Html Css Color HEX #376165 Tax Break

📋 copy color: '#376165'

red 55 ◦ green 97 ◦ blue 101

#376165
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tax Break #376165

Tints of Tax Break #376165

RGB

 RED value IS 55 (21.88% from 255) = 21.74%

 GREEN value IS 97 (38.28% from 255) = 38.34%

 BLUE value IS 101 (39.84% from 255) = 39.92%

R = 21.74%
G = 38.34%
B = 39.92%

CMYK

 C value IS 0.46

 M value IS 0.04

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#376165 (or 0x376165) is known color: Tax Break. HEX triplet: 37, 61 and 65. RGB value is (55,97,101). Sum of RGB (Red+Green+Blue) = 55+97+101=253 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.74% from 253); Green value is 97 (38.28% from 255 or 38.34% from 253); Blue value is 101 (39.84% from 255 or 39.92% from 253); Max value from RGB is 101 - color contains mainly: blue. Hex color #376165 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376165 is #C89E9A. Grayscale: #545454. Windows color (decimal): -13147803 or 6644023. OLE color: 6644023.

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

Color convert

RGB 55 97 101 -
CMYK 0.46 0.04 0 0.60
HSL 185.22º 0.29% 0.31% -
HSV(B) 185.22º 0.46% 0.4% -
XYZ 8.2 10.3 13.87 -
YUV 84.9 137.09 106.67 -
System Red Green Blue C M Y K H S L
Decimal 55 97 101 0.46 0.04 0 0.60 185.22 0.29 0.31
Hex 37 61 65 2E 4 0 3C B9 1D 1F
Octal 67 141 145 56 4 0 74 271 35 37
Binary 110111 1100001 1100101 101110 100 0 111100 10111001 11101 11111

Color Harmonies of #376165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376165

Black with #376165

Text Example


Text Example

White with #376165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376165; }

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

 H1.HeaderClassName
 {
   color: #376165;
 }
 .AnyTagClassName
 {
   color: #376165;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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