#35676D

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

Shades of Tax Break #35676D

Tints of Tax Break #35676D

Color information

#35676D (or 0x35676D) is unknown color: approx Tax Break. HEX triplet: 35, 67 and 6D. RGB value is (53,103,109). Sum of RGB (Red+Green+Blue) = 53+103+109=265 (35% of max value = 765). Red value is 53 (21.09% from 255 or 20% from 265); Green value is 103 (40.62% from 255 or 38.87% from 265); Blue value is 109 (42.97% from 255 or 41.13% from 265); Max value from RGB is 109 - color contains mainly: blue. Hex color #35676D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35676D is #CA9892. Grayscale: #585858. Windows color (decimal): -13277331 or 7169845. OLE color: 7169845.

HSL color Cylindrical-coordinate representation of color #35676D: hue angle of 186.43º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #35676D is Cyan = 0.51, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB53103109-
CMYK0.510.0600.57
HSL186.43º34.57%31.76%-
HSV(B)186.43º51.38%42.75%-
XYZ9.0811.5616.22-
YUV88.73139.44102.51-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20%
GREEN value IS 103 (40.62% from 255) = 38.87%
BLUE value IS 109 (42.97% from 255) = 41.13%
R=20%
G=38.87%
B=41.13%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal531031090.510.0600.57186.4334.5731.76
Hex35676D336039ba2320
Octal651471556360712724340
Binary11010111001111101101110011110011100110111010100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35676D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,103,109); }

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

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

 a { background-color: rgb(53,103,109); }

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

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

 span { border-color: rgb(53,103,109); }

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