#2D4DA9

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

Shades of Cerulean Blue #2D4DA9

Tints of Cerulean Blue #2D4DA9

Color information

#2D4DA9 (or 0x2D4DA9) is unknown color: approx Cerulean Blue. HEX triplet: 2D, 4D and A9. RGB value is (45,77,169). Sum of RGB (Red+Green+Blue) = 45+77+169=291 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.46% from 291); Green value is 77 (30.47% from 255 or 26.46% from 291); Blue value is 169 (66.41% from 255 or 58.08% from 291); Max value from RGB is 169 - color contains mainly: blue. Hex color #2D4DA9 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2D4DA9 is #D2B256. Grayscale: #4D4D4D. Windows color (decimal): -13808215 or 11095341. OLE color: 11095341.

HSL color Cylindrical-coordinate representation of color #2D4DA9: hue angle of 224.52º degrees, saturation: 0.58, 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 #2D4DA9 is Cyan = 0.73, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB4577169-
CMYK0.730.5400.34
HSL224.52º57.94%41.96%-
HSV(B)224.52º73.37%66.27%-
XYZ10.98.7338.65-
YUV77.92179.4104.52-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 15.46%
GREEN value IS 77 (30.47% from 255) = 26.46%
BLUE value IS 169 (66.41% from 255) = 58.08%
R=15.46%
G=26.46%
B=58.08%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal45771690.730.5400.34224.5257.9441.96
Hex2D4DA94936022e13a2a
Octal55115251111660423417252
Binary1011011001101101010011001001110110010001011100001111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D4DA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,77,169); }

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

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

 a { background-color: rgb(45,77,169); }

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

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

 span { border-color: rgb(45,77,169); }

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