#2557CC

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

Shades of Cerulean Blue #2557CC

Tints of Cerulean Blue #2557CC

Color information

#2557CC (or 0x2557CC) is unknown color: approx Cerulean Blue. HEX triplet: 25, 57 and CC. RGB value is (37,87,204). Sum of RGB (Red+Green+Blue) = 37+87+204=328 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.28% from 328); Green value is 87 (34.38% from 255 or 26.52% from 328); Blue value is 204 (80.08% from 255 or 62.20% from 328); Max value from RGB is 204 - color contains mainly: blue. Hex color #2557CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2557CC is #DAA833. Grayscale: #545454. Windows color (decimal): -14329908 or 13391653. OLE color: 13391653.

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

Color convert

RGB3787204-
CMYK0.820.5700.2
HSL222.04º69.29%47.25%-
HSV(B)222.04º81.86%80%-
XYZ15.0711.5758.57-
YUV85.39194.9493.49-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 11.28%
GREEN value IS 87 (34.38% from 255) = 26.52%
BLUE value IS 204 (80.08% from 255) = 62.20%
R=11.28%
G=26.52%
B=62.20%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal37872040.820.5700.2222.0469.2947.25
Hex2557CC5239014de452f
Octal451273141227102433610557
Binary1001011010111110011001010010111001010100110111101000101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2557CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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