Html Css Color HEX #2949BA Cerulean Blue

📋 copy color: '#2949BA'

red 41 ◦ green 73 ◦ blue 186

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

Shades of Cerulean Blue #2949BA

Tints of Cerulean Blue #2949BA

RGB

 RED value IS 41 (16.41% from 255) = 13.67%

 GREEN value IS 73 (28.91% from 255) = 24.33%

 BLUE value IS 186 (73.05% from 255) = 62%

R = 13.67%
G = 24.33%
B = 62%

CMYK

 C value IS 0.78

 M value IS 0.61

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2949BA (or 0x2949BA) is known color: Cerulean Blue. HEX triplet: 29, 49 and BA. RGB value is (41,73,186). Sum of RGB (Red+Green+Blue) = 41+73+186=300 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.67% from 300); Green value is 73 (28.91% from 255 or 24.33% from 300); Blue value is 186 (73.05% from 255 or 62% from 300); Max value from RGB is 186 - color contains mainly: blue. Hex color #2949BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2949BA is #D6B645. Grayscale: #4B4B4B. Windows color (decimal): -14071366 or 12208425. OLE color: 12208425.

HSL color Cylindrical-coordinate representation of color #2949BA: hue angle of 226.76º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2949BA is Cyan = 0.78, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 41 73 186 -
CMYK 0.78 0.61 0 0.27
HSL 226.76º 0.64% 0.45% -
HSV(B) 226.76º 0.78% 0.73% -
XYZ 12.16 8.78 47.51 -
YUV 76.31 189.9 102.81 -
System Red Green Blue C M Y K H S L
Decimal 41 73 186 0.78 0.61 0 0.27 226.76 0.64 0.45
Hex 29 49 BA 4E 3D 0 1B E3 40 2D
Octal 51 111 272 116 75 0 33 343 100 55
Binary 101001 1001001 10111010 1001110 111101 0 11011 11100011 1000000 101101

Color Harmonies of #2949BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2949BA

Black with #2949BA

Text Example


Text Example

White with #2949BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2949BA;
 }
 .AnyTagClassName
 {
   color: #2949BA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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