Html Css Color HEX #2949CA Cerulean Blue

📋 copy color: '#2949CA'

red 41 ◦ green 73 ◦ blue 202

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

Shades of Cerulean Blue #2949CA

Tints of Cerulean Blue #2949CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 63.92%

R = 12.97%
G = 23.1%
B = 63.92%

CMYK

 C value IS 0.80

 M value IS 0.64

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#2949CA (or 0x2949CA) is known color: Cerulean Blue. HEX triplet: 29, 49 and CA. RGB value is (41,73,202). Sum of RGB (Red+Green+Blue) = 41+73+202=316 (41% of max value = 765). Red value is 41 (16.41% from 255 or 12.97% from 316); Green value is 73 (28.91% from 255 or 23.10% from 316); Blue value is 202 (79.30% from 255 or 63.92% from 316); Max value from RGB is 202 - color contains mainly: blue. Hex color #2949CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2949CA is #D6B635. Grayscale: #4D4D4D. Windows color (decimal): -14071350 or 13257001. OLE color: 13257001.

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

Color convert

RGB 41 73 202 -
CMYK 0.80 0.64 0 0.21
HSL 228.07º 0.66% 0.48% -
HSV(B) 228.07º 0.8% 0.79% -
XYZ 13.96 9.5 56.98 -
YUV 78.14 197.9 101.51 -
System Red Green Blue C M Y K H S L
Decimal 41 73 202 0.80 0.64 0 0.21 228.07 0.66 0.48
Hex 29 49 CA 50 40 0 15 E4 42 30
Octal 51 111 312 120 100 0 25 344 102 60
Binary 101001 1001001 11001010 1010000 1000000 0 10101 11100100 1000010 110000

Color Harmonies of #2949CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2949CA

Black with #2949CA

Text Example


Text Example

White with #2949CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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