#2973BE

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

Shades of Denim #2973BE

Tints of Denim #2973BE

Color information

#2973BE (or 0x2973BE) is unknown color: approx Denim. HEX triplet: 29, 73 and BE. RGB value is (41,115,190). Sum of RGB (Red+Green+Blue) = 41+115+190=346 (45% of max value = 765). Red value is 41 (16.41% from 255 or 11.85% from 346); Green value is 115 (45.31% from 255 or 33.24% from 346); Blue value is 190 (74.61% from 255 or 54.91% from 346); Max value from RGB is 190 - color contains mainly: blue. Hex color #2973BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2973BE is #D68C41. Grayscale: #656565. Windows color (decimal): -14060610 or 12481321. OLE color: 12481321.

HSL color Cylindrical-coordinate representation of color #2973BE: hue angle of 210.2º 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 #2973BE is Cyan = 0.78, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB41115190-
CMYK0.780.3900.25
HSL210.2º64.5%45.29%-
HSV(B)210.2º78.42%74.51%-
XYZ16.3416.4551.03-
YUV101.42177.9884.9-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 11.85%
GREEN value IS 115 (45.31% from 255) = 33.24%
BLUE value IS 190 (74.61% from 255) = 54.91%
R=11.85%
G=33.24%
B=54.91%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal411151900.780.3900.25210.264.545.29
Hex2973BE4E27019d2412d
Octal511632761164703132210155
Binary1010011110011101111101001110100111011001110100101000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2973BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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