Html Css Color HEX #2949CC Cerulean Blue

📋 copy color: '#2949CC'

red 41 ◦ green 73 ◦ blue 204

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

Shades of Cerulean Blue #2949CC

Tints of Cerulean Blue #2949CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 64.15%

R = 12.89%
G = 22.96%
B = 64.15%

CMYK

 C value IS 0.80

 M value IS 0.64

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#2949CC (or 0x2949CC) is known color: Cerulean Blue. HEX triplet: 29, 49 and CC. RGB value is (41,73,204). Sum of RGB (Red+Green+Blue) = 41+73+204=318 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.89% from 318); Green value is 73 (28.91% from 255 or 22.96% from 318); Blue value is 204 (80.08% from 255 or 64.15% from 318); Max value from RGB is 204 - color contains mainly: blue. Hex color #2949CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2949CC is #D6B633. Grayscale: #4D4D4D. Windows color (decimal): -14071348 or 13388073. OLE color: 13388073.

HSL color Cylindrical-coordinate representation of color #2949CC: hue angle of 228.22º degrees, saturation: 0.67, 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 #2949CC is Cyan = 0.80, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 41 73 204 -
CMYK 0.80 0.64 0 0.2
HSL 228.22º 0.67% 0.48% -
HSV(B) 228.22º 0.8% 0.8% -
XYZ 14.2 9.6 58.23 -
YUV 78.37 198.9 101.35 -
System Red Green Blue C M Y K H S L
Decimal 41 73 204 0.80 0.64 0 0.2 228.22 0.67 0.48
Hex 29 49 CC 50 40 0 14 E4 43 30
Octal 51 111 314 120 100 0 24 344 103 60
Binary 101001 1001001 11001100 1010000 1000000 0 10100 11100100 1000011 110000

Color Harmonies of #2949CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2949CC

Black with #2949CC

Text Example


Text Example

White with #2949CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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