Html Css Color HEX #2944CB Cerulean Blue

📋 copy color: '#2944CB'

red 41 ◦ green 68 ◦ blue 203

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

Shades of Cerulean Blue #2944CB

Tints of Cerulean Blue #2944CB

RGB

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

 GREEN value IS 68 (26.95% from 255) = 21.79%

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

R = 13.14%
G = 21.79%
B = 65.06%

CMYK

 C value IS 0.80

 M value IS 0.67

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2944CB (or 0x2944CB) is known color: Cerulean Blue. HEX triplet: 29, 44 and CB. RGB value is (41,68,203). Sum of RGB (Red+Green+Blue) = 41+68+203=312 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.14% from 312); Green value is 68 (26.95% from 255 or 21.79% from 312); Blue value is 203 (79.69% from 255 or 65.06% from 312); Max value from RGB is 203 - color contains mainly: blue. Hex color #2944CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2944CB is #D6BB34. Grayscale: #4A4A4A. Windows color (decimal): -14072629 or 13321257. OLE color: 13321257.

HSL color Cylindrical-coordinate representation of color #2944CB: hue angle of 230º 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 #2944CB is Cyan = 0.80, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 41 68 203 -
CMYK 0.80 0.67 0 0.20
HSL 230º 0.66% 0.48% -
HSV(B) 230º 0.8% 0.8% -
XYZ 13.76 8.92 57.5 -
YUV 75.32 200.05 103.52 -
System Red Green Blue C M Y K H S L
Decimal 41 68 203 0.80 0.67 0 0.20 230 0.66 0.48
Hex 29 44 CB 50 43 0 14 E6 42 30
Octal 51 104 313 120 103 0 24 346 102 60
Binary 101001 1000100 11001011 1010000 1000011 0 10100 11100110 1000010 110000

Color Harmonies of #2944CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2944CB

Black with #2944CB

Text Example


Text Example

White with #2944CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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