#2546B4

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

Shades of Cerulean Blue #2546B4

Tints of Cerulean Blue #2546B4

Color information

#2546B4 (or 0x2546B4) is unknown color: approx Cerulean Blue. HEX triplet: 25, 46 and B4. RGB value is (37,70,180). Sum of RGB (Red+Green+Blue) = 37+70+180=287 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.89% from 287); Green value is 70 (27.73% from 255 or 24.39% from 287); Blue value is 180 (70.70% from 255 or 62.72% from 287); Max value from RGB is 180 - color contains mainly: blue. Hex color #2546B4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2546B4 is #DAB94B. Grayscale: #484848. Windows color (decimal): -14334284 or 11814437. OLE color: 11814437.

HSL color Cylindrical-coordinate representation of color #2546B4: hue angle of 226.15º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2546B4 is Cyan = 0.79, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB3770180-
CMYK0.790.6100.29
HSL226.15º65.9%42.55%-
HSV(B)226.15º79.44%70.59%-
XYZ11.198.0744.15-
YUV72.67188.57102.56-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.89%
GREEN value IS 70 (27.73% from 255) = 24.39%
BLUE value IS 180 (70.70% from 255) = 62.72%
R=12.89%
G=24.39%
B=62.72%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal37701800.790.6100.29226.1565.942.55
Hex2546B44F3D01De2422b
Octal451062641177503534210253
Binary1001011000110101101001001111111101011101111000101000010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2546B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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