Html Css Color HEX #2970BA Denim

📋 copy color: '#2970BA'

red 41 ◦ green 112 ◦ blue 186

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

Shades of Denim #2970BA

Tints of Denim #2970BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 54.87%

R = 12.09%
G = 33.04%
B = 54.87%

CMYK

 C value IS 0.78

 M value IS 0.40

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2970BA (or 0x2970BA) is known color: Denim. HEX triplet: 29, 70 and BA. RGB value is (41,112,186). Sum of RGB (Red+Green+Blue) = 41+112+186=339 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.09% from 339); Green value is 112 (44.14% from 255 or 33.04% from 339); Blue value is 186 (73.05% from 255 or 54.87% from 339); Max value from RGB is 186 - color contains mainly: blue. Hex color #2970BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2970BA is #D68F45. Grayscale: #626262. Windows color (decimal): -14061382 or 12218409. OLE color: 12218409.

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

Color convert

RGB 41 112 186 -
CMYK 0.78 0.40 0 0.27
HSL 210.62º 0.64% 0.45% -
HSV(B) 210.62º 0.78% 0.73% -
XYZ 15.57 15.6 48.65 -
YUV 99.21 176.98 86.48 -
System Red Green Blue C M Y K H S L
Decimal 41 112 186 0.78 0.40 0 0.27 210.62 0.64 0.45
Hex 29 70 BA 4E 28 0 1B D3 40 2D
Octal 51 160 272 116 50 0 33 323 100 55
Binary 101001 1110000 10111010 1001110 101000 0 11011 11010011 1000000 101101

Color Harmonies of #2970BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2970BA

Black with #2970BA

Text Example


Text Example

White with #2970BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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