#376468

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

Shades of Tax Break #376468

Tints of Tax Break #376468

Color information

#376468 (or 0x376468) is unknown color: approx Tax Break. HEX triplet: 37, 64 and 68. RGB value is (55,100,104). Sum of RGB (Red+Green+Blue) = 55+100+104=259 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.24% from 259); Green value is 100 (39.45% from 255 or 38.61% from 259); Blue value is 104 (41.02% from 255 or 40.15% from 259); Max value from RGB is 104 - color contains mainly: blue. Hex color #376468 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376468 is #C89B97. Grayscale: #565656. Windows color (decimal): -13147032 or 6841399. OLE color: 6841399.

HSL color Cylindrical-coordinate representation of color #376468: hue angle of 184.9º 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 #376468 is Cyan = 0.47, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB55100104-
CMYK0.470.0400.59
HSL184.9º30.82%31.18%-
HSV(B)184.9º47.12%40.78%-
XYZ8.6310.9314.75-
YUV87137.59105.17-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 21.24%
GREEN value IS 100 (39.45% from 255) = 38.61%
BLUE value IS 104 (41.02% from 255) = 40.15%
R=21.24%
G=38.61%
B=40.15%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal551001040.470.0400.59184.930.8231.18
Hex3764682F403Bb91f1f
Octal671441505740732713737
Binary110111110010011010001011111000111011101110011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #376468; }

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

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

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

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

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

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

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

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