#376265

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

Shades of Tax Break #376265

Tints of Tax Break #376265

Color information

#376265 (or 0x376265) is unknown color: approx Tax Break. HEX triplet: 37, 62 and 65. RGB value is (55,98,101). Sum of RGB (Red+Green+Blue) = 55+98+101=254 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.65% from 254); Green value is 98 (38.67% from 255 or 38.58% from 254); Blue value is 101 (39.84% from 255 or 39.76% from 254); Max value from RGB is 101 - color contains mainly: blue. Hex color #376265 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376265 is #C89D9A. Grayscale: #555555. Windows color (decimal): -13147547 or 6644279. OLE color: 6644279.

HSL color Cylindrical-coordinate representation of color #376265: hue angle of 183.91º degrees, saturation: 0.29, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #376265 is Cyan = 0.46, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB5598101-
CMYK0.460.0300.60
HSL183.91º29.49%30.59%-
HSV(B)183.91º45.54%39.61%-
XYZ8.2910.4913.9-
YUV85.48136.75106.26-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 21.65%
GREEN value IS 98 (38.67% from 255) = 38.58%
BLUE value IS 101 (39.84% from 255) = 39.76%
R=21.65%
G=38.58%
B=39.76%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal55981010.460.0300.60183.9129.4930.59
Hex3762652E303Cb81d1f
Octal671421455630742703537
Binary11011111000101100101101110110111100101110001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #376265; }

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

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

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

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

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

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

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

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