#2546BC

Color #2546BC Cerulean Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean Blue #2546BC

Tints of Cerulean Blue #2546BC

Color information

#2546BC (or 0x2546BC) is unknown color: approx Cerulean Blue. HEX triplet: 25, 46 and BC. RGB value is (37,70,188). Sum of RGB (Red+Green+Blue) = 37+70+188=295 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.54% from 295); Green value is 70 (27.73% from 255 or 23.73% from 295); Blue value is 188 (73.83% from 255 or 63.73% from 295); Max value from RGB is 188 - color contains mainly: blue. Hex color #2546BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2546BC is #DAB943. Grayscale: #494949. Windows color (decimal): -14334276 or 12338725. OLE color: 12338725.

HSL color Cylindrical-coordinate representation of color #2546BC: hue angle of 226.89º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2546BC is Cyan = 0.80, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB3770188-
CMYK0.800.6300.26
HSL226.89º67.11%44.12%-
HSV(B)226.89º80.32%73.73%-
XYZ12.038.448.57-
YUV73.58192.57101.91-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 37 (14.84% from 255) = 12.54%
GREEN value IS 70 (27.73% from 255) = 23.73%
BLUE value IS 188 (73.83% from 255) = 63.73%
R=12.54%
G=23.73%
B=63.73%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal37701880.800.6300.26226.8967.1144.12
Hex2546BC503F01Ae3432c
Octal451062741207703234310354
Binary1001011000110101111001010000111111011010111000111000011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2546BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2546BC; }

 p { color: rgb(37,70,188); }

 H1.HeaderClassName
 {
   color: #2546BC;
 }
 .AnyTagClassName
 {
   color: #2546BC;
 }
</style>
background-color css

<style>
 a { background-color: #2546BC; }

 a { background-color: rgb(37,70,188); }

 div.DivClassName
 {
   background-color: #2546BC;
 }
 .BgClassName
 {
   background-color: #2546BC;
 }
</style>
border-color css

<style>
 span { border-color: #2546BC; }

 span { border-color: rgb(37,70,188); }

 td.TdClassName
 {
   border-color: #2546BC;
 }
 .TagClassName
 {
   border-color: #2546BC;
 }
</style>