#37686D

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

Shades of Tax Break #37686D

Tints of Tax Break #37686D

Color information

#37686D (or 0x37686D) is unknown color: approx Tax Break. HEX triplet: 37, 68 and 6D. RGB value is (55,104,109). Sum of RGB (Red+Green+Blue) = 55+104+109=268 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.52% from 268); Green value is 104 (41.02% from 255 or 38.81% from 268); Blue value is 109 (42.97% from 255 or 40.67% from 268); Max value from RGB is 109 - color contains mainly: blue. Hex color #37686D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37686D is #C89792. Grayscale: #595959. Windows color (decimal): -13146003 or 7170103. OLE color: 7170103.

HSL color Cylindrical-coordinate representation of color #37686D: hue angle of 185.56º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #37686D is Cyan = 0.50, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB55104109-
CMYK0.500.0500.57
HSL185.56º32.93%32.16%-
HSV(B)185.56º49.54%42.75%-
XYZ9.2911.8216.26-
YUV89.92138.77103.09-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.52%
GREEN value IS 104 (41.02% from 255) = 38.81%
BLUE value IS 109 (42.97% from 255) = 40.67%
R=20.52%
G=38.81%
B=40.67%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal551041090.500.0500.57185.5632.9332.16
Hex37686D325039ba2120
Octal671501556250712724140
Binary11011111010001101101110010101011100110111010100001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37686D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37686D; }

 p { color: rgb(55,104,109); }

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

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

 a { background-color: rgb(55,104,109); }

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

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

 span { border-color: rgb(55,104,109); }

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