#396871

Color #396871 Tax Break (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tax Break #396871

Tints of Tax Break #396871

Color information

#396871 (or 0x396871) is unknown color: approx Tax Break. HEX triplet: 39, 68 and 71. RGB value is (57,104,113). Sum of RGB (Red+Green+Blue) = 57+104+113=274 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.80% from 274); Green value is 104 (41.02% from 255 or 37.96% from 274); Blue value is 113 (44.53% from 255 or 41.24% from 274); Max value from RGB is 113 - color contains mainly: blue. Hex color #396871 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396871 is #C6978E. Grayscale: #5A5A5A. Windows color (decimal): -13014927 or 7432249. OLE color: 7432249.

HSL color Cylindrical-coordinate representation of color #396871: hue angle of 189.64º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #396871 is Cyan = 0.50, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB57104113-
CMYK0.500.0800.56
HSL189.64º32.94%33.33%-
HSV(B)189.64º49.56%44.31%-
XYZ9.6211.9617.42-
YUV90.97140.43103.77-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.80%
GREEN value IS 104 (41.02% from 255) = 37.96%
BLUE value IS 113 (44.53% from 255) = 41.24%
R=20.80%
G=37.96%
B=41.24%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal571041130.500.0800.56189.6432.9433.33
Hex396871328038be2121
Octal7115016162100702764141
Binary111001110100011100011100101000011100010111110100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396871; }

 p { color: rgb(57,104,113); }

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

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

 a { background-color: rgb(57,104,113); }

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

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

 span { border-color: rgb(57,104,113); }

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