Html Css Color HEX #2970BC Denim

📋 copy color: '#2970BC'

red 41 ◦ green 112 ◦ blue 188

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

Shades of Denim #2970BC

Tints of Denim #2970BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 55.13%

R = 12.02%
G = 32.84%
B = 55.13%

CMYK

 C value IS 0.78

 M value IS 0.40

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2970BC (or 0x2970BC) is known color: Denim. HEX triplet: 29, 70 and BC. RGB value is (41,112,188). Sum of RGB (Red+Green+Blue) = 41+112+188=341 (45% of max value = 765). Red value is 41 (16.41% from 255 or 12.02% from 341); Green value is 112 (44.14% from 255 or 32.84% from 341); Blue value is 188 (73.83% from 255 or 55.13% from 341); Max value from RGB is 188 - color contains mainly: blue. Hex color #2970BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2970BC is #D68F43. Grayscale: #636363. Windows color (decimal): -14061380 or 12349481. OLE color: 12349481.

HSL color Cylindrical-coordinate representation of color #2970BC: hue angle of 211.02º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2970BC is Cyan = 0.78, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 41 112 188 -
CMYK 0.78 0.40 0 0.26
HSL 211.02º 0.64% 0.45% -
HSV(B) 211.02º 0.78% 0.74% -
XYZ 15.79 15.69 49.77 -
YUV 99.44 177.98 86.32 -
System Red Green Blue C M Y K H S L
Decimal 41 112 188 0.78 0.40 0 0.26 211.02 0.64 0.45
Hex 29 70 BC 4E 28 0 1A D3 40 2D
Octal 51 160 274 116 50 0 32 323 100 55
Binary 101001 1110000 10111100 1001110 101000 0 11010 11010011 1000000 101101

Color Harmonies of #2970BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2970BC

Black with #2970BC

Text Example


Text Example

White with #2970BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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