#2d4faa

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

Shades of Cerulean Blue #2D4FAA

Tints of Cerulean Blue #2D4FAA

Color information

#2D4FAA (or 0x2D4FAA) is unknown color: approx Cerulean Blue. HEX triplet: 2D, 4F and AA. RGB value is (45,79,170). Sum of RGB (Red+Green+Blue) = 45+79+170=294 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.31% from 294); Green value is 79 (31.25% from 255 or 26.87% from 294); Blue value is 170 (66.80% from 255 or 57.82% from 294); Max value from RGB is 170 - color contains mainly: blue. Hex color #2D4FAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2D4FAA is #D2B055. Grayscale: #4E4E4E. Windows color (decimal): -13807702 or 11161389. OLE color: 11161389.

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

Color convert

RGB4579170-
CMYK0.740.5400.33
HSL223.68º58.14%42.16%-
HSV(B)223.68º73.53%66.67%-
XYZ11.139.0539.19-
YUV79.21179.24103.6-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 15.31%
GREEN value IS 79 (31.25% from 255) = 26.87%
BLUE value IS 170 (66.80% from 255) = 57.82%
R=15.31%
G=26.87%
B=57.82%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal45791700.740.5400.33223.6858.1442.16
Hex2D4FAA4A36021e03a2a
Octal55117252112660413407252
Binary1011011001111101010101001010110110010000111100000111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2d4faa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,79,170); }

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

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

 a { background-color: rgb(45,79,170); }

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

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

 span { border-color: rgb(45,79,170); }

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