#35676E

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

Shades of Tax Break #35676E

Tints of Tax Break #35676E

Color information

#35676E (or 0x35676E) is unknown color: approx Tax Break. HEX triplet: 35, 67 and 6E. RGB value is (53,103,110). Sum of RGB (Red+Green+Blue) = 53+103+110=266 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.92% from 266); Green value is 103 (40.62% from 255 or 38.72% from 266); Blue value is 110 (43.36% from 255 or 41.35% from 266); Max value from RGB is 110 - color contains mainly: blue. Hex color #35676E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35676E is #CA9891. Grayscale: #585858. Windows color (decimal): -13277330 or 7235381. OLE color: 7235381.

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

Color convert

RGB53103110-
CMYK0.520.0600.57
HSL187.37º34.97%31.96%-
HSV(B)187.37º51.82%43.14%-
XYZ9.1311.5816.51-
YUV88.85139.94102.43-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.92%
GREEN value IS 103 (40.62% from 255) = 38.72%
BLUE value IS 110 (43.36% from 255) = 41.35%
R=19.92%
G=38.72%
B=41.35%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal531031100.520.0600.57187.3734.9731.96
Hex35676E346039bb2320
Octal651471566460712734340
Binary11010111001111101110110100110011100110111011100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35676E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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