#396469

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

Shades of Tax Break #396469

Tints of Tax Break #396469

Color information

#396469 (or 0x396469) is unknown color: approx Tax Break. HEX triplet: 39, 64 and 69. RGB value is (57,100,105). Sum of RGB (Red+Green+Blue) = 57+100+105=262 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.76% from 262); Green value is 100 (39.45% from 255 or 38.17% from 262); Blue value is 105 (41.41% from 255 or 40.08% from 262); Max value from RGB is 105 - color contains mainly: blue. Hex color #396469 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396469 is #C69B96. Grayscale: #575757. Windows color (decimal): -13015959 or 6906937. OLE color: 6906937.

HSL color Cylindrical-coordinate representation of color #396469: hue angle of 186.25º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #396469 is Cyan = 0.46, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB57100105-
CMYK0.460.0500.59
HSL186.25º29.63%31.76%-
HSV(B)186.25º45.71%41.18%-
XYZ8.791115.03-
YUV87.71137.75106.09-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 21.76%
GREEN value IS 100 (39.45% from 255) = 38.17%
BLUE value IS 105 (41.41% from 255) = 40.08%
R=21.76%
G=38.17%
B=40.08%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal571001050.460.0500.59186.2529.6331.76
Hex3964692E503Bba1e20
Octal711441515650732723640
Binary1110011100100110100110111010101110111011101011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396469; }

 p { color: rgb(57,100,105); }

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

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

 a { background-color: rgb(57,100,105); }

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

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

 span { border-color: rgb(57,100,105); }

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