Html Css Color HEX #2944CE Cerulean Blue

📋 copy color: '#2944CE'

red 41 ◦ green 68 ◦ blue 206

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

Shades of Cerulean Blue #2944CE

Tints of Cerulean Blue #2944CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 65.4%

R = 13.02%
G = 21.59%
B = 65.4%

CMYK

 C value IS 0.80

 M value IS 0.67

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2944CE (or 0x2944CE) is known color: Cerulean Blue. HEX triplet: 29, 44 and CE. RGB value is (41,68,206). Sum of RGB (Red+Green+Blue) = 41+68+206=315 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.02% from 315); Green value is 68 (26.95% from 255 or 21.59% from 315); Blue value is 206 (80.86% from 255 or 65.40% from 315); Max value from RGB is 206 - color contains mainly: blue. Hex color #2944CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2944CE is #D6BB31. Grayscale: #4B4B4B. Windows color (decimal): -14072626 or 13517865. OLE color: 13517865.

HSL color Cylindrical-coordinate representation of color #2944CE: hue angle of 230.18º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2944CE is Cyan = 0.80, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 41 68 206 -
CMYK 0.80 0.67 0 0.19
HSL 230.18º 0.67% 0.48% -
HSV(B) 230.18º 0.8% 0.81% -
XYZ 14.12 9.06 59.4 -
YUV 75.66 201.55 103.28 -
System Red Green Blue C M Y K H S L
Decimal 41 68 206 0.80 0.67 0 0.19 230.18 0.67 0.48
Hex 29 44 CE 50 43 0 13 E6 43 30
Octal 51 104 316 120 103 0 23 346 103 60
Binary 101001 1000100 11001110 1010000 1000011 0 10011 11100110 1000011 110000

Color Harmonies of #2944CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2944CE

Black with #2944CE

Text Example


Text Example

White with #2944CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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