#2E56AE

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

Shades of Cerulean Blue #2E56AE

Tints of Cerulean Blue #2E56AE

Color information

#2E56AE (or 0x2E56AE) is unknown color: approx Cerulean Blue. HEX triplet: 2E, 56 and AE. RGB value is (46,86,174). Sum of RGB (Red+Green+Blue) = 46+86+174=306 (40% of max value = 765). Red value is 46 (18.36% from 255 or 15.03% from 306); Green value is 86 (33.98% from 255 or 28.10% from 306); Blue value is 174 (68.36% from 255 or 56.86% from 306); Max value from RGB is 174 - color contains mainly: blue. Hex color #2E56AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E56AE is #D1A951. Grayscale: #535353. Windows color (decimal): -13740370 or 11425326. OLE color: 11425326.

HSL color Cylindrical-coordinate representation of color #2E56AE: hue angle of 221.25º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2E56AE is Cyan = 0.74, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB4686174-
CMYK0.740.5100.32
HSL221.25º58.18%43.14%-
HSV(B)221.25º73.56%68.24%-
XYZ12.0910.2941.39-
YUV84.07178.75100.84-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 15.03%
GREEN value IS 86 (33.98% from 255) = 28.10%
BLUE value IS 174 (68.36% from 255) = 56.86%
R=15.03%
G=28.10%
B=56.86%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal46861740.740.5100.32221.2558.1843.14
Hex2E56AE4A33020dd3a2b
Octal56126256112630403357253
Binary1011101010110101011101001010110011010000011011101111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E56AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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