#376569

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

Shades of Tax Break #376569

Tints of Tax Break #376569

Color information

#376569 (or 0x376569) is unknown color: approx Tax Break. HEX triplet: 37, 65 and 69. RGB value is (55,101,105). Sum of RGB (Red+Green+Blue) = 55+101+105=261 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.07% from 261); Green value is 101 (39.84% from 255 or 38.70% from 261); Blue value is 105 (41.41% from 255 or 40.23% from 261); Max value from RGB is 105 - color contains mainly: blue. Hex color #376569 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376569 is #C89A96. Grayscale: #575757. Windows color (decimal): -13146775 or 6907191. OLE color: 6907191.

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

Color convert

RGB55101105-
CMYK0.480.0400.59
HSL184.8º31.25%31.37%-
HSV(B)184.8º47.62%41.18%-
XYZ8.7811.1415.05-
YUV87.7137.76104.67-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 21.07%
GREEN value IS 101 (39.84% from 255) = 38.70%
BLUE value IS 105 (41.41% from 255) = 40.23%
R=21.07%
G=38.70%
B=40.23%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal551011050.480.0400.59184.831.2531.37
Hex37656930403Bb91f1f
Octal671451516040732713737
Binary110111110010111010011100001000111011101110011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #376569; }

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

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

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

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

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

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

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

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