#2545CC

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

Shades of Cerulean Blue #2545CC

Tints of Cerulean Blue #2545CC

Color information

#2545CC (or 0x2545CC) is unknown color: approx Cerulean Blue. HEX triplet: 25, 45 and CC. RGB value is (37,69,204). Sum of RGB (Red+Green+Blue) = 37+69+204=310 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.94% from 310); Green value is 69 (27.34% from 255 or 22.26% from 310); Blue value is 204 (80.08% from 255 or 65.81% from 310); Max value from RGB is 204 - color contains mainly: blue. Hex color #2545CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2545CC is #DABA33. Grayscale: #4A4A4A. Windows color (decimal): -14334516 or 13387045. OLE color: 13387045.

HSL color Cylindrical-coordinate representation of color #2545CC: hue angle of 228.5º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2545CC is Cyan = 0.82, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB3769204-
CMYK0.820.6600.2
HSL228.5º69.29%47.25%-
HSV(B)228.5º81.86%80%-
XYZ13.799.0158.14-
YUV74.82200.9101.02-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 11.94%
GREEN value IS 69 (27.34% from 255) = 22.26%
BLUE value IS 204 (80.08% from 255) = 65.81%
R=11.94%
G=22.26%
B=65.81%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal37692040.820.6600.2228.569.2947.25
Hex2545CC5242014e5452f
Octal4510531412210202434510557
Binary10010110001011100110010100101000010010100111001011000101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2545CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2545CC; }

 p { color: rgb(37,69,204); }

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

<style>
 a { background-color: #2545CC; }

 a { background-color: rgb(37,69,204); }

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

<style>
 span { border-color: #2545CC; }

 span { border-color: rgb(37,69,204); }

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