#2549C0

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

Shades of Cerulean Blue #2549C0

Tints of Cerulean Blue #2549C0

Color information

#2549C0 (or 0x2549C0) is unknown color: approx Cerulean Blue. HEX triplet: 25, 49 and C0. RGB value is (37,73,192). Sum of RGB (Red+Green+Blue) = 37+73+192=302 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.25% from 302); Green value is 73 (28.91% from 255 or 24.17% from 302); Blue value is 192 (75.39% from 255 or 63.58% from 302); Max value from RGB is 192 - color contains mainly: blue. Hex color #2549C0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2549C0 is #DAB63F. Grayscale: #4B4B4B. Windows color (decimal): -14333504 or 12601637. OLE color: 12601637.

HSL color Cylindrical-coordinate representation of color #2549C0: hue angle of 226.06º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2549C0 is Cyan = 0.81, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB3773192-
CMYK0.810.6200.25
HSL226.06º67.69%44.9%-
HSV(B)226.06º80.73%75.29%-
XYZ12.668.9650.93-
YUV75.8193.57100.32-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.25%
GREEN value IS 73 (28.91% from 255) = 24.17%
BLUE value IS 192 (75.39% from 255) = 63.58%
R=12.25%
G=24.17%
B=63.58%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal37731920.810.6200.25226.0667.6944.9
Hex2549C0513E019e2442d
Octal451113001217603134210455
Binary1001011001001110000001010001111110011001111000101000100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2549C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2549C0; }

 p { color: rgb(37,73,192); }

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

<style>
 a { background-color: #2549C0; }

 a { background-color: rgb(37,73,192); }

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

<style>
 span { border-color: #2549C0; }

 span { border-color: rgb(37,73,192); }

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