#2d47ae

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

Shades of Cerulean Blue #2D47AE

Tints of Cerulean Blue #2D47AE

Color information

#2D47AE (or 0x2D47AE) is unknown color: approx Cerulean Blue. HEX triplet: 2D, 47 and AE. RGB value is (45,71,174). Sum of RGB (Red+Green+Blue) = 45+71+174=290 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.52% from 290); Green value is 71 (28.12% from 255 or 24.48% from 290); Blue value is 174 (68.36% from 255 or 60% from 290); Max value from RGB is 174 - color contains mainly: blue. Hex color #2D47AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D47AE is #D2B851. Grayscale: #4A4A4A. Windows color (decimal): -13809746 or 11421485. OLE color: 11421485.

HSL color Cylindrical-coordinate representation of color #2D47AE: hue angle of 227.91º degrees, saturation: 0.59, 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 #2D47AE is Cyan = 0.74, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB4571174-
CMYK0.740.5900.32
HSL227.91º58.9%42.94%-
HSV(B)227.91º74.14%68.24%-
XYZ10.988.1241.03-
YUV74.97183.89106.62-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 15.52%
GREEN value IS 71 (28.12% from 255) = 24.48%
BLUE value IS 174 (68.36% from 255) = 60%
R=15.52%
G=24.48%
B=60%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal45711740.740.5900.32227.9158.942.94
Hex2D47AE4A3B020e43b2b
Octal55107256112730403447353
Binary1011011000111101011101001010111011010000011100100111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2d47ae

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,71,174); }

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

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

 a { background-color: rgb(45,71,174); }

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

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

 span { border-color: rgb(45,71,174); }

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