#2e57bc

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

Shades of Cerulean Blue #2E57BC

Tints of Cerulean Blue #2E57BC

Color information

#2E57BC (or 0x2E57BC) is unknown color: approx Cerulean Blue. HEX triplet: 2E, 57 and BC. RGB value is (46,87,188). Sum of RGB (Red+Green+Blue) = 46+87+188=321 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.33% from 321); Green value is 87 (34.38% from 255 or 27.10% from 321); Blue value is 188 (73.83% from 255 or 58.57% from 321); Max value from RGB is 188 - color contains mainly: blue. Hex color #2E57BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E57BC is #D1A843. Grayscale: #555555. Windows color (decimal): -13740100 or 12343086. OLE color: 12343086.

HSL color Cylindrical-coordinate representation of color #2E57BC: hue angle of 222.68º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2E57BC is Cyan = 0.76, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB4687188-
CMYK0.760.5400.26
HSL222.68º60.68%45.88%-
HSV(B)222.68º75.53%73.73%-
XYZ13.6111.0348.99-
YUV86.26185.4299.29-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 14.33%
GREEN value IS 87 (34.38% from 255) = 27.10%
BLUE value IS 188 (73.83% from 255) = 58.57%
R=14.33%
G=27.10%
B=58.57%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal46871880.760.5400.26222.6860.6845.88
Hex2E57BC4C3601Adf3d2e
Octal56127274114660323377556
Binary101110101011110111100100110011011001101011011111111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2e57bc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2e57bc; }

 p { color: rgb(46,87,188); }

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

<style>
 a { background-color: #2e57bc; }

 a { background-color: rgb(46,87,188); }

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

<style>
 span { border-color: #2e57bc; }

 span { border-color: rgb(46,87,188); }

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