Html Css Color HEX #2972CE Denim

📋 copy color: '#2972CE'

red 41 ◦ green 114 ◦ blue 206

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

Shades of Denim #2972CE

Tints of Denim #2972CE

RGB

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

 GREEN value IS 114 (44.92% from 255) = 31.58%

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

R = 11.36%
G = 31.58%
B = 57.06%

CMYK

 C value IS 0.80

 M value IS 0.45

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2972CE (or 0x2972CE) is known color: Denim. HEX triplet: 29, 72 and CE. RGB value is (41,114,206). Sum of RGB (Red+Green+Blue) = 41+114+206=361 (47% of max value = 765). Red value is 41 (16.41% from 255 or 11.36% from 361); Green value is 114 (44.92% from 255 or 31.58% from 361); Blue value is 206 (80.86% from 255 or 57.06% from 361); Max value from RGB is 206 - color contains mainly: blue. Hex color #2972CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2972CE is #D68D31. Grayscale: #666666. Windows color (decimal): -14060850 or 13529641. OLE color: 13529641.

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

Color convert

RGB 41 114 206 -
CMYK 0.80 0.45 0 0.19
HSL 213.45º 0.67% 0.48% -
HSV(B) 213.45º 0.8% 0.81% -
XYZ 18.07 16.96 60.71 -
YUV 102.66 186.32 84.02 -
System Red Green Blue C M Y K H S L
Decimal 41 114 206 0.80 0.45 0 0.19 213.45 0.67 0.48
Hex 29 72 CE 50 2D 0 13 D5 43 30
Octal 51 162 316 120 55 0 23 325 103 60
Binary 101001 1110010 11001110 1010000 101101 0 10011 11010101 1000011 110000

Color Harmonies of #2972CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2972CE

Black with #2972CE

Text Example


Text Example

White with #2972CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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