#376366

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

Shades of Tax Break #376366

Tints of Tax Break #376366

Color information

#376366 (or 0x376366) is unknown color: approx Tax Break. HEX triplet: 37, 63 and 66. RGB value is (55,99,102). Sum of RGB (Red+Green+Blue) = 55+99+102=256 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.48% from 256); Green value is 99 (39.06% from 255 or 38.67% from 256); Blue value is 102 (40.23% from 255 or 39.84% from 256); Max value from RGB is 102 - color contains mainly: blue. Hex color #376366 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376366 is #C89C99. Grayscale: #565656. Windows color (decimal): -13147290 or 6710071. OLE color: 6710071.

HSL color Cylindrical-coordinate representation of color #376366: hue angle of 183.83º degrees, saturation: 0.3, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #376366 is Cyan = 0.46, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB5599102-
CMYK0.460.0300.6
HSL183.83º29.94%30.78%-
HSV(B)183.83º46.08%40%-
XYZ8.4410.714.19-
YUV86.19136.92105.76-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 21.48%
GREEN value IS 99 (39.06% from 255) = 38.67%
BLUE value IS 102 (40.23% from 255) = 39.84%
R=21.48%
G=38.67%
B=39.84%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal55991020.460.0300.6183.8329.9430.78
Hex3763662E303Cb81e1f
Octal671431465630742703637
Binary11011111000111100110101110110111100101110001111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #376366; }

 p { color: rgb(55,99,102); }

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

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

 a { background-color: rgb(55,99,102); }

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

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

 span { border-color: rgb(55,99,102); }

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