#2555B4

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

Shades of Cerulean Blue #2555B4

Tints of Cerulean Blue #2555B4

Color information

#2555B4 (or 0x2555B4) is unknown color: approx Cerulean Blue. HEX triplet: 25, 55 and B4. RGB value is (37,85,180). Sum of RGB (Red+Green+Blue) = 37+85+180=302 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.25% from 302); Green value is 85 (33.59% from 255 or 28.15% from 302); Blue value is 180 (70.70% from 255 or 59.60% from 302); Max value from RGB is 180 - color contains mainly: blue. Hex color #2555B4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2555B4 is #DAAA4B. Grayscale: #515151. Windows color (decimal): -14330444 or 11818277. OLE color: 11818277.

HSL color Cylindrical-coordinate representation of color #2555B4: hue angle of 219.86º 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 #2555B4 is Cyan = 0.79, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB3785180-
CMYK0.790.5300.29
HSL219.86º65.9%42.55%-
HSV(B)219.86º79.44%70.59%-
XYZ12.2510.1944.5-
YUV81.48183.696.28-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.25%
GREEN value IS 85 (33.59% from 255) = 28.15%
BLUE value IS 180 (70.70% from 255) = 59.60%
R=12.25%
G=28.15%
B=59.60%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal37851800.790.5300.29219.8665.942.55
Hex2555B44F3501Ddc422b
Octal451252641176503533410253
Binary1001011010101101101001001111110101011101110111001000010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2555B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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