#2D4FAB

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

Shades of Cerulean Blue #2D4FAB

Tints of Cerulean Blue #2D4FAB

Color information

#2D4FAB (or 0x2D4FAB) is unknown color: approx Cerulean Blue. HEX triplet: 2D, 4F and AB. RGB value is (45,79,171). Sum of RGB (Red+Green+Blue) = 45+79+171=295 (39% of max value = 765). Red value is 45 (17.97% from 255 or 15.25% from 295); Green value is 79 (31.25% from 255 or 26.78% from 295); Blue value is 171 (67.19% from 255 or 57.97% from 295); Max value from RGB is 171 - color contains mainly: blue. Hex color #2D4FAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2D4FAB is #D2B054. Grayscale: #4E4E4E. Windows color (decimal): -13807701 or 11226925. OLE color: 11226925.

HSL color Cylindrical-coordinate representation of color #2D4FAB: hue angle of 223.81º 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 #2D4FAB is Cyan = 0.74, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB4579171-
CMYK0.740.5400.33
HSL223.81º58.33%42.35%-
HSV(B)223.81º73.68%67.06%-
XYZ11.239.0939.69-
YUV79.32179.74103.52-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 15.25%
GREEN value IS 79 (31.25% from 255) = 26.78%
BLUE value IS 171 (67.19% from 255) = 57.97%
R=15.25%
G=26.78%
B=57.97%

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
Decimal45791710.740.5400.33223.8158.3342.35
Hex2D4FAB4A36021e03a2a
Octal55117253112660413407252
Binary1011011001111101010111001010110110010000111100000111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D4FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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