#376869

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

Shades of Tax Break #376869

Tints of Tax Break #376869

Color information

#376869 (or 0x376869) is unknown color: approx Tax Break. HEX triplet: 37, 68 and 69. RGB value is (55,104,105). Sum of RGB (Red+Green+Blue) = 55+104+105=264 (34% of max value = 765). Red value is 55 (21.88% from 255 or 20.83% from 264); Green value is 104 (41.02% from 255 or 39.39% from 264); Blue value is 105 (41.41% from 255 or 39.77% from 264); Max value from RGB is 105 - color contains mainly: blue. Hex color #376869 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376869 is #C89796. Grayscale: #595959. Windows color (decimal): -13146007 or 6907959. OLE color: 6907959.

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

Color convert

RGB55104105-
CMYK0.480.0100.59
HSL181.2º31.25%31.37%-
HSV(B)181.2º47.62%41.18%-
XYZ9.0811.7315.15-
YUV89.46136.77103.42-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.83%
GREEN value IS 104 (41.02% from 255) = 39.39%
BLUE value IS 105 (41.41% from 255) = 39.77%
R=20.83%
G=39.39%
B=39.77%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal551041050.480.0100.59181.231.2531.37
Hex37686930103Bb51f1f
Octal671501516010732653737
Binary1101111101000110100111000010111011101101011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #376869; }

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

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

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

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

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

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

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

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