Html Css Color HEX #2970CC Denim

📋 copy color: '#2970CC'

red 41 ◦ green 112 ◦ blue 204

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

Shades of Denim #2970CC

Tints of Denim #2970CC

RGB

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

 GREEN value IS 112 (44.14% from 255) = 31.37%

 BLUE value IS 204 (80.08% from 255) = 57.14%

R = 11.48%
G = 31.37%
B = 57.14%

CMYK

 C value IS 0.80

 M value IS 0.45

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#2970CC (or 0x2970CC) is known color: Denim. HEX triplet: 29, 70 and CC. RGB value is (41,112,204). Sum of RGB (Red+Green+Blue) = 41+112+204=357 (47% of max value = 765). Red value is 41 (16.41% from 255 or 11.48% from 357); Green value is 112 (44.14% from 255 or 31.37% from 357); Blue value is 204 (80.08% from 255 or 57.14% from 357); Max value from RGB is 204 - color contains mainly: blue. Hex color #2970CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2970CC is #D68F33. Grayscale: #646464. Windows color (decimal): -14061364 or 13398057. OLE color: 13398057.

HSL color Cylindrical-coordinate representation of color #2970CC: hue angle of 213.87º 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 #2970CC is Cyan = 0.80, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 41 112 204 -
CMYK 0.80 0.45 0 0.2
HSL 213.87º 0.67% 0.48% -
HSV(B) 213.87º 0.8% 0.8% -
XYZ 17.61 16.42 59.37 -
YUV 101.26 185.98 85.02 -
System Red Green Blue C M Y K H S L
Decimal 41 112 204 0.80 0.45 0 0.2 213.87 0.67 0.48
Hex 29 70 CC 50 2D 0 14 D6 43 30
Octal 51 160 314 120 55 0 24 326 103 60
Binary 101001 1110000 11001100 1010000 101101 0 10100 11010110 1000011 110000

Color Harmonies of #2970CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2970CC

Black with #2970CC

Text Example


Text Example

White with #2970CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2970CC; }

 p { color: rgb(41,112,204); }

 H1.HeaderClassName
 {
   color: #2970CC;
 }
 .AnyTagClassName
 {
   color: #2970CC;
 }
</style>

background-color css

<style>
 a { background-color: #2970CC; }

 a { background-color: rgb(41,112,204); }

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

border-color css

<style>
 span { border-color: #2970CC; }

 span { border-color: rgb(41,112,204); }

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