#2E56AC

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

Shades of Cerulean Blue #2E56AC

Tints of Cerulean Blue #2E56AC

Color information

#2E56AC (or 0x2E56AC) is unknown color: approx Cerulean Blue. HEX triplet: 2E, 56 and AC. RGB value is (46,86,172). Sum of RGB (Red+Green+Blue) = 46+86+172=304 (40% of max value = 765). Red value is 46 (18.36% from 255 or 15.13% from 304); Green value is 86 (33.98% from 255 or 28.29% from 304); Blue value is 172 (67.58% from 255 or 56.58% from 304); Max value from RGB is 172 - color contains mainly: blue. Hex color #2E56AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E56AC is #D1A953. Grayscale: #535353. Windows color (decimal): -13740372 or 11294254. OLE color: 11294254.

HSL color Cylindrical-coordinate representation of color #2E56AC: hue angle of 220.95º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2E56AC is Cyan = 0.73, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB4686172-
CMYK0.730.500.33
HSL220.95º57.8%42.75%-
HSV(B)220.95º73.26%67.45%-
XYZ11.910.2140.37-
YUV83.84177.75101.01-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 15.13%
GREEN value IS 86 (33.98% from 255) = 28.29%
BLUE value IS 172 (67.58% from 255) = 56.58%
R=15.13%
G=28.29%
B=56.58%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal46861720.730.500.33220.9557.842.75
Hex2E56AC4932021dd3a2b
Octal56126254111620413357253
Binary1011101010110101011001001001110010010000111011101111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E56AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,86,172); }

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

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

 a { background-color: rgb(46,86,172); }

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

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

 span { border-color: rgb(46,86,172); }

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