Html Css Color HEX #2946CD Cerulean Blue

📋 copy color: '#2946CD'

red 41 ◦ green 70 ◦ blue 205

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

Shades of Cerulean Blue #2946CD

Tints of Cerulean Blue #2946CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 64.87%

R = 12.97%
G = 22.15%
B = 64.87%

CMYK

 C value IS 0.8

 M value IS 0.66

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2946CD (or 0x2946CD) is known color: Cerulean Blue. HEX triplet: 29, 46 and CD. RGB value is (41,70,205). Sum of RGB (Red+Green+Blue) = 41+70+205=316 (41% of max value = 765). Red value is 41 (16.41% from 255 or 12.97% from 316); Green value is 70 (27.73% from 255 or 22.15% from 316); Blue value is 205 (80.47% from 255 or 64.87% from 316); Max value from RGB is 205 - color contains mainly: blue. Hex color #2946CD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2946CD is #D6B932. Grayscale: #4C4C4C. Windows color (decimal): -14072115 or 13452841. OLE color: 13452841.

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

Color convert

RGB 41 70 205 -
CMYK 0.8 0.66 0 0.20
HSL 229.39º 0.67% 0.48% -
HSV(B) 229.39º 0.8% 0.8% -
XYZ 14.12 9.26 58.8 -
YUV 76.72 200.39 102.52 -
System Red Green Blue C M Y K H S L
Decimal 41 70 205 0.8 0.66 0 0.20 229.39 0.67 0.48
Hex 29 46 CD 50 42 0 14 E5 43 30
Octal 51 106 315 120 102 0 24 345 103 60
Binary 101001 1000110 11001101 1010000 1000010 0 10100 11100101 1000011 110000

Color Harmonies of #2946CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2946CD

Black with #2946CD

Text Example


Text Example

White with #2946CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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