#376368

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

Shades of Tax Break #376368

Tints of Tax Break #376368

Color information

#376368 (or 0x376368) is unknown color: approx Tax Break. HEX triplet: 37, 63 and 68. RGB value is (55,99,104). Sum of RGB (Red+Green+Blue) = 55+99+104=258 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.32% from 258); Green value is 99 (39.06% from 255 or 38.37% from 258); Blue value is 104 (41.02% from 255 or 40.31% from 258); Max value from RGB is 104 - color contains mainly: blue. Hex color #376368 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376368 is #C89C97. Grayscale: #565656. Windows color (decimal): -13147288 or 6841143. OLE color: 6841143.

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

Color convert

RGB5599104-
CMYK0.470.0500.59
HSL186.12º30.82%31.18%-
HSV(B)186.12º47.12%40.78%-
XYZ8.5410.7414.72-
YUV86.41137.92105.59-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 21.32%
GREEN value IS 99 (39.06% from 255) = 38.37%
BLUE value IS 104 (41.02% from 255) = 40.31%
R=21.32%
G=38.37%
B=40.31%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal55991040.470.0500.59186.1230.8231.18
Hex3763682F503Bba1f1f
Octal671431505750732723737
Binary110111110001111010001011111010111011101110101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #376368; }

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

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

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

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

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

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

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

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