#2949AE

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

Shades of Cerulean Blue #2949AE

Tints of Cerulean Blue #2949AE

Color information

#2949AE (or 0x2949AE) is unknown color: approx Cerulean Blue. HEX triplet: 29, 49 and AE. RGB value is (41,73,174). Sum of RGB (Red+Green+Blue) = 41+73+174=288 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.24% from 288); Green value is 73 (28.91% from 255 or 25.35% from 288); Blue value is 174 (68.36% from 255 or 60.42% from 288); Max value from RGB is 174 - color contains mainly: blue. Hex color #2949AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2949AE is #D6B651. Grayscale: #4A4A4A. Windows color (decimal): -14071378 or 11421993. OLE color: 11421993.

HSL color Cylindrical-coordinate representation of color #2949AE: hue angle of 225.56º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2949AE is Cyan = 0.76, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB4173174-
CMYK0.760.5800.32
HSL225.56º61.86%42.16%-
HSV(B)225.56º76.44%68.24%-
XYZ10.948.2941.07-
YUV74.95183.9103.79-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.24%
GREEN value IS 73 (28.91% from 255) = 25.35%
BLUE value IS 174 (68.36% from 255) = 60.42%
R=14.24%
G=25.35%
B=60.42%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal41731740.760.5800.32225.5661.8642.16
Hex2949AE4C3A020e23e2a
Octal51111256114720403427652
Binary1010011001001101011101001100111010010000011100010111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2949AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2949AE; }

 p { color: rgb(41,73,174); }

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

<style>
 a { background-color: #2949AE; }

 a { background-color: rgb(41,73,174); }

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

<style>
 span { border-color: #2949AE; }

 span { border-color: rgb(41,73,174); }

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