Html Css Color HEX #2949AE Cerulean Blue

📋 copy color: '#2949AE'

red 41 ◦ green 73 ◦ blue 174

#2949AE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerulean Blue #2949AE

Tints of Cerulean Blue #2949AE

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 value IS 0.76

 M value IS 0.58

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#2949AE (or 0x2949AE) is known color: 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

RGB 41 73 174 -
CMYK 0.76 0.58 0 0.32
HSL 225.56º 0.62% 0.42% -
HSV(B) 225.56º 0.76% 0.68% -
XYZ 10.94 8.29 41.07 -
YUV 74.95 183.9 103.79 -
System Red Green Blue C M Y K H S L
Decimal 41 73 174 0.76 0.58 0 0.32 225.56 0.62 0.42
Hex 29 49 AE 4C 3A 0 20 E2 3E 2A
Octal 51 111 256 114 72 0 40 342 76 52
Binary 101001 1001001 10101110 1001100 111010 0 100000 11100010 111110 101010

Color Harmonies of #2949AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2949AE

Black with #2949AE

Text Example


Text Example

White with #2949AE

Text Example


Text Example

HTML Codes & Css Web 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>