#2556CC

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

Shades of Cerulean Blue #2556CC

Tints of Cerulean Blue #2556CC

Color information

#2556CC (or 0x2556CC) is unknown color: approx Cerulean Blue. HEX triplet: 25, 56 and CC. RGB value is (37,86,204). Sum of RGB (Red+Green+Blue) = 37+86+204=327 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.31% from 327); Green value is 86 (33.98% from 255 or 26.30% from 327); Blue value is 204 (80.08% from 255 or 62.39% from 327); Max value from RGB is 204 - color contains mainly: blue. Hex color #2556CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2556CC is #DAA933. Grayscale: #545454. Windows color (decimal): -14330164 or 13391397. OLE color: 13391397.

HSL color Cylindrical-coordinate representation of color #2556CC: hue angle of 222.4º 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 #2556CC is Cyan = 0.82, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB3786204-
CMYK0.820.5800.2
HSL222.4º69.29%47.25%-
HSV(B)222.4º81.86%80%-
XYZ14.9911.4158.54-
YUV84.8195.2793.91-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 11.31%
GREEN value IS 86 (33.98% from 255) = 26.30%
BLUE value IS 204 (80.08% from 255) = 62.39%
R=11.31%
G=26.30%
B=62.39%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal37862040.820.5800.2222.469.2947.25
Hex2556CC523A014de452f
Octal451263141227202433610557
Binary1001011010110110011001010010111010010100110111101000101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2556CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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