Html Css Color HEX #2942CE Cerulean Blue

📋 copy color: '#2942CE'

red 41 ◦ green 66 ◦ blue 206

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

Shades of Cerulean Blue #2942CE

Tints of Cerulean Blue #2942CE

RGB

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

 GREEN value IS 66 (26.17% from 255) = 21.09%

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

R = 13.1%
G = 21.09%
B = 65.81%

CMYK

 C value IS 0.80

 M value IS 0.68

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2942CE (or 0x2942CE) is known color: Cerulean Blue. HEX triplet: 29, 42 and CE. RGB value is (41,66,206). Sum of RGB (Red+Green+Blue) = 41+66+206=313 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.10% from 313); Green value is 66 (26.17% from 255 or 21.09% from 313); Blue value is 206 (80.86% from 255 or 65.81% from 313); Max value from RGB is 206 - color contains mainly: blue. Hex color #2942CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2942CE is #D6BD31. Grayscale: #494949. Windows color (decimal): -14073138 or 13517353. OLE color: 13517353.

HSL color Cylindrical-coordinate representation of color #2942CE: hue angle of 230.91º 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 #2942CE is Cyan = 0.80, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 41 66 206 -
CMYK 0.80 0.68 0 0.19
HSL 230.91º 0.67% 0.48% -
HSV(B) 230.91º 0.8% 0.81% -
XYZ 14 8.82 59.36 -
YUV 74.49 202.22 104.12 -
System Red Green Blue C M Y K H S L
Decimal 41 66 206 0.80 0.68 0 0.19 230.91 0.67 0.48
Hex 29 42 CE 50 44 0 13 E7 43 30
Octal 51 102 316 120 104 0 23 347 103 60
Binary 101001 1000010 11001110 1010000 1000100 0 10011 11100111 1000011 110000

Color Harmonies of #2942CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2942CE

Black with #2942CE

Text Example


Text Example

White with #2942CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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