#2970BE

Color #2970BE Denim (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Denim #2970BE

Tints of Denim #2970BE

Color information

#2970BE (or 0x2970BE) is unknown color: approx Denim. HEX triplet: 29, 70 and BE. RGB value is (41,112,190). Sum of RGB (Red+Green+Blue) = 41+112+190=343 (45% of max value = 765). Red value is 41 (16.41% from 255 or 11.95% from 343); Green value is 112 (44.14% from 255 or 32.65% from 343); Blue value is 190 (74.61% from 255 or 55.39% from 343); Max value from RGB is 190 - color contains mainly: blue. Hex color #2970BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2970BE is #D68F41. Grayscale: #636363. Windows color (decimal): -14061378 or 12480553. OLE color: 12480553.

HSL color Cylindrical-coordinate representation of color #2970BE: hue angle of 211.41º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2970BE is Cyan = 0.78, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB41112190-
CMYK0.780.4100.25
HSL211.41º64.5%45.29%-
HSV(B)211.41º78.42%74.51%-
XYZ1615.7850.92-
YUV99.66178.9886.16-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 11.95%
GREEN value IS 112 (44.14% from 255) = 32.65%
BLUE value IS 190 (74.61% from 255) = 55.39%
R=11.95%
G=32.65%
B=55.39%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal411121900.780.4100.25211.4164.545.29
Hex2970BE4E29019d3412d
Octal511602761165103132310155
Binary1010011110000101111101001110101001011001110100111000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2970BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #2970BE;
 }
 .AnyTagClassName
 {
   color: #2970BE;
 }
</style>
background-color css

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

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

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

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

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

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