#2E49A9

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

Shades of Cerulean Blue #2E49A9

Tints of Cerulean Blue #2E49A9

Color information

#2E49A9 (or 0x2E49A9) is unknown color: approx Cerulean Blue. HEX triplet: 2E, 49 and A9. RGB value is (46,73,169). Sum of RGB (Red+Green+Blue) = 46+73+169=288 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.97% from 288); Green value is 73 (28.91% from 255 or 25.35% from 288); Blue value is 169 (66.41% from 255 or 58.68% from 288); Max value from RGB is 169 - color contains mainly: blue. Hex color #2E49A9 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E49A9 is #D1B656. Grayscale: #4B4B4B. Windows color (decimal): -13743703 or 11094318. OLE color: 11094318.

HSL color Cylindrical-coordinate representation of color #2E49A9: hue angle of 226.83º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2E49A9 is Cyan = 0.73, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB4673169-
CMYK0.730.5700.34
HSL226.83º57.21%42.16%-
HSV(B)226.83º72.78%66.27%-
XYZ10.678.2138.56-
YUV75.87180.55106.69-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 15.97%
GREEN value IS 73 (28.91% from 255) = 25.35%
BLUE value IS 169 (66.41% from 255) = 58.68%
R=15.97%
G=25.35%
B=58.68%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal46731690.730.5700.34226.8357.2142.16
Hex2E49A94939022e3392a
Octal56111251111710423437152
Binary1011101001001101010011001001111001010001011100011111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E49A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,73,169); }

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

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

 a { background-color: rgb(46,73,169); }

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

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

 span { border-color: rgb(46,73,169); }

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