#376369

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

Shades of Tax Break #376369

Tints of Tax Break #376369

Color information

#376369 (or 0x376369) is unknown color: approx Tax Break. HEX triplet: 37, 63 and 69. RGB value is (55,99,105). Sum of RGB (Red+Green+Blue) = 55+99+105=259 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.24% from 259); Green value is 99 (39.06% from 255 or 38.22% from 259); Blue value is 105 (41.41% from 255 or 40.54% from 259); Max value from RGB is 105 - color contains mainly: blue. Hex color #376369 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376369 is #C89C96. Grayscale: #565656. Windows color (decimal): -13147287 or 6906679. OLE color: 6906679.

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

Color convert

RGB5599105-
CMYK0.480.0600.59
HSL187.2º31.25%31.37%-
HSV(B)187.2º47.62%41.18%-
XYZ8.5910.7614.99-
YUV86.53138.42105.51-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 21.24%
GREEN value IS 99 (39.06% from 255) = 38.22%
BLUE value IS 105 (41.41% from 255) = 40.54%
R=21.24%
G=38.22%
B=40.54%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal55991050.480.0600.59187.231.2531.37
Hex37636930603Bbb1f1f
Octal671431516060732733737
Binary110111110001111010011100001100111011101110111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #376369; }

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

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

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

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

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

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

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

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