#3C6063

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

Shades of Tax Break #3C6063

Tints of Tax Break #3C6063

Color information

#3C6063 (or 0x3C6063) is unknown color: approx Tax Break. HEX triplet: 3C, 60 and 63. RGB value is (60,96,99). Sum of RGB (Red+Green+Blue) = 60+96+99=255 (33% of max value = 765). Red value is 60 (23.83% from 255 or 23.53% from 255); Green value is 96 (37.89% from 255 or 37.65% from 255); Blue value is 99 (39.06% from 255 or 38.82% from 255); Max value from RGB is 99 - color contains mainly: blue. Hex color #3C6063 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C6063 is #C39F9C. Grayscale: #555555. Windows color (decimal): -12820381 or 6512700. OLE color: 6512700.

HSL color Cylindrical-coordinate representation of color #3C6063: hue angle of 184.62º degrees, saturation: 0.25, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #3C6063 is Cyan = 0.39, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB609699-
CMYK0.390.0300.61
HSL184.62º24.53%31.18%-
HSV(B)184.62º39.39%38.82%-
XYZ8.310.2313.34-
YUV85.58135.57109.76-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 23.53%
GREEN value IS 96 (37.89% from 255) = 37.65%
BLUE value IS 99 (39.06% from 255) = 38.82%
R=23.53%
G=37.65%
B=38.82%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6096990.390.0300.61184.6224.5331.18
Hex3C606327303Db9191f
Octal741401434730752713137
Binary11110011000001100011100111110111101101110011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C6063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3C6063; }

 p { color: rgb(60,96,99); }

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

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

 a { background-color: rgb(60,96,99); }

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

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

 span { border-color: rgb(60,96,99); }

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