Html Css Color HEX #2949CB Cerulean Blue

📋 copy color: '#2949CB'

red 41 ◦ green 73 ◦ blue 203

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

Shades of Cerulean Blue #2949CB

Tints of Cerulean Blue #2949CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 64.04%

R = 12.93%
G = 23.03%
B = 64.04%

CMYK

 C value IS 0.80

 M value IS 0.64

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2949CB (or 0x2949CB) is known color: Cerulean Blue. HEX triplet: 29, 49 and CB. RGB value is (41,73,203). Sum of RGB (Red+Green+Blue) = 41+73+203=317 (41% of max value = 765). Red value is 41 (16.41% from 255 or 12.93% from 317); Green value is 73 (28.91% from 255 or 23.03% from 317); Blue value is 203 (79.69% from 255 or 64.04% from 317); Max value from RGB is 203 - color contains mainly: blue. Hex color #2949CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2949CB is #D6B634. Grayscale: #4D4D4D. Windows color (decimal): -14071349 or 13322537. OLE color: 13322537.

HSL color Cylindrical-coordinate representation of color #2949CB: hue angle of 228.15º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2949CB is Cyan = 0.80, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 41 73 203 -
CMYK 0.80 0.64 0 0.20
HSL 228.15º 0.66% 0.48% -
HSV(B) 228.15º 0.8% 0.8% -
XYZ 14.08 9.55 57.6 -
YUV 78.25 198.4 101.43 -
System Red Green Blue C M Y K H S L
Decimal 41 73 203 0.80 0.64 0 0.20 228.15 0.66 0.48
Hex 29 49 CB 50 40 0 14 E4 42 30
Octal 51 111 313 120 100 0 24 344 102 60
Binary 101001 1001001 11001011 1010000 1000000 0 10100 11100100 1000010 110000

Color Harmonies of #2949CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2949CB

Black with #2949CB

Text Example


Text Example

White with #2949CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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