#376268

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

Shades of Tax Break #376268

Tints of Tax Break #376268

Color information

#376268 (or 0x376268) is unknown color: approx Tax Break. HEX triplet: 37, 62 and 68. RGB value is (55,98,104). Sum of RGB (Red+Green+Blue) = 55+98+104=257 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.40% from 257); Green value is 98 (38.67% from 255 or 38.13% from 257); Blue value is 104 (41.02% from 255 or 40.47% from 257); Max value from RGB is 104 - color contains mainly: blue. Hex color #376268 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376268 is #C89D97. Grayscale: #555555. Windows color (decimal): -13147544 or 6840887. OLE color: 6840887.

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

Color convert

RGB5598104-
CMYK0.470.0600.59
HSL187.35º30.82%31.18%-
HSV(B)187.35º47.12%40.78%-
XYZ8.4410.5514.69-
YUV85.83138.25106.01-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 21.40%
GREEN value IS 98 (38.67% from 255) = 38.13%
BLUE value IS 104 (41.02% from 255) = 40.47%
R=21.40%
G=38.13%
B=40.47%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal55981040.470.0600.59187.3530.8231.18
Hex3762682F603Bbb1f1f
Octal671421505760732733737
Binary110111110001011010001011111100111011101110111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #376268; }

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

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

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

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

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

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

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

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