Html Css Color HEX #2946CE Cerulean Blue

📋 copy color: '#2946CE'

red 41 ◦ green 70 ◦ blue 206

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

Shades of Cerulean Blue #2946CE

Tints of Cerulean Blue #2946CE

RGB

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

 GREEN value IS 70 (27.73% from 255) = 22.08%

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

R = 12.93%
G = 22.08%
B = 64.98%

CMYK

 C value IS 0.80

 M value IS 0.66

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2946CE (or 0x2946CE) is known color: Cerulean Blue. HEX triplet: 29, 46 and CE. RGB value is (41,70,206). Sum of RGB (Red+Green+Blue) = 41+70+206=317 (41% of max value = 765). Red value is 41 (16.41% from 255 or 12.93% from 317); Green value is 70 (27.73% from 255 or 22.08% from 317); Blue value is 206 (80.86% from 255 or 64.98% from 317); Max value from RGB is 206 - color contains mainly: blue. Hex color #2946CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2946CE is #D6B931. Grayscale: #4C4C4C. Windows color (decimal): -14072114 or 13518377. OLE color: 13518377.

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

Color convert

RGB 41 70 206 -
CMYK 0.80 0.66 0 0.19
HSL 229.45º 0.67% 0.48% -
HSV(B) 229.45º 0.8% 0.81% -
XYZ 14.25 9.31 59.44 -
YUV 76.83 200.89 102.44 -
System Red Green Blue C M Y K H S L
Decimal 41 70 206 0.80 0.66 0 0.19 229.45 0.67 0.48
Hex 29 46 CE 50 42 0 13 E5 43 30
Octal 51 106 316 120 102 0 23 345 103 60
Binary 101001 1000110 11001110 1010000 1000010 0 10011 11100101 1000011 110000

Color Harmonies of #2946CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2946CE

Black with #2946CE

Text Example


Text Example

White with #2946CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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