#356868

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

Shades of Tax Break #356868

Tints of Tax Break #356868

Color information

#356868 (or 0x356868) is unknown color: approx Tax Break. HEX triplet: 35, 68 and 68. RGB value is (53,104,104). Sum of RGB (Red+Green+Blue) = 53+104+104=261 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.31% from 261); Green value is 104 (41.02% from 255 or 39.85% from 261); Blue value is 104 (41.02% from 255 or 39.85% from 261); Max value from RGB is 104 - color contains mainly: green, blue. Hex color #356868 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356868 is #CA9797. Grayscale: #585858. Windows color (decimal): -13277080 or 6842421. OLE color: 6842421.

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

Color convert

RGB53104104-
CMYK0.49000.59
HSL180º32.48%30.78%-
HSV(B)180º49.04%40.78%-
XYZ8.9211.6614.88-
YUV88.75136.6102.5-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.31%
GREEN value IS 104 (41.02% from 255) = 39.85%
BLUE value IS 104 (41.02% from 255) = 39.85%
R=20.31%
G=39.85%
B=39.85%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal531041040.49000.5918032.4830.78
Hex35686831003Bb4201f
Octal651501506100732644037
Binary11010111010001101000110001001110111011010010000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356868; }

 p { color: rgb(53,104,104); }

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

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

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

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

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

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

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