#2857B6

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

Shades of Cerulean Blue #2857B6

Tints of Cerulean Blue #2857B6

Color information

#2857B6 (or 0x2857B6) is unknown color: approx Cerulean Blue. HEX triplet: 28, 57 and B6. RGB value is (40,87,182). Sum of RGB (Red+Green+Blue) = 40+87+182=309 (40% of max value = 765). Red value is 40 (16.02% from 255 or 12.94% from 309); Green value is 87 (34.38% from 255 or 28.16% from 309); Blue value is 182 (71.48% from 255 or 58.90% from 309); Max value from RGB is 182 - color contains mainly: blue. Hex color #2857B6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2857B6 is #D7A849. Grayscale: #535353. Windows color (decimal): -14133322 or 11949864. OLE color: 11949864.

HSL color Cylindrical-coordinate representation of color #2857B6: hue angle of 220.14º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2857B6 is Cyan = 0.78, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB4087182-
CMYK0.780.5200.29
HSL220.14º63.96%43.53%-
HSV(B)220.14º78.02%71.37%-
XYZ12.7310.6445.64-
YUV83.78183.4396.78-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 12.94%
GREEN value IS 87 (34.38% from 255) = 28.16%
BLUE value IS 182 (71.48% from 255) = 58.90%
R=12.94%
G=28.16%
B=58.90%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal40871820.780.5200.29220.1463.9643.53
Hex2857B64E3401Ddc402c
Octal501272661166403533410054
Binary1010001010111101101101001110110100011101110111001000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2857B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2857B6; }

 p { color: rgb(40,87,182); }

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

<style>
 a { background-color: #2857B6; }

 a { background-color: rgb(40,87,182); }

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

<style>
 span { border-color: #2857B6; }

 span { border-color: rgb(40,87,182); }

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