Html Css Color HEX #376468 Tax Break

📋 copy color: '#376468'

red 55 ◦ green 100 ◦ blue 104

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

Shades of Tax Break #376468

Tints of Tax Break #376468

RGB

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

 GREEN value IS 100 (39.45% from 255) = 38.61%

 BLUE value IS 104 (41.02% from 255) = 40.15%

R = 21.24%
G = 38.61%
B = 40.15%

CMYK

 C value IS 0.47

 M value IS 0.04

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#376468 (or 0x376468) is known color: Tax Break. HEX triplet: 37, 64 and 68. RGB value is (55,100,104). Sum of RGB (Red+Green+Blue) = 55+100+104=259 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.24% from 259); Green value is 100 (39.45% from 255 or 38.61% from 259); Blue value is 104 (41.02% from 255 or 40.15% from 259); Max value from RGB is 104 - color contains mainly: blue. Hex color #376468 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376468 is #C89B97. Grayscale: #565656. Windows color (decimal): -13147032 or 6841399. OLE color: 6841399.

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

Color convert

RGB 55 100 104 -
CMYK 0.47 0.04 0 0.59
HSL 184.9º 0.31% 0.31% -
HSV(B) 184.9º 0.47% 0.41% -
XYZ 8.63 10.93 14.75 -
YUV 87 137.59 105.17 -
System Red Green Blue C M Y K H S L
Decimal 55 100 104 0.47 0.04 0 0.59 184.9 0.31 0.31
Hex 37 64 68 2F 4 0 3B B9 1F 1F
Octal 67 144 150 57 4 0 73 271 37 37
Binary 110111 1100100 1101000 101111 100 0 111011 10111001 11111 11111

Color Harmonies of #376468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376468

Black with #376468

Text Example


Text Example

White with #376468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376468; }

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

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

background-color css

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

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

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

border-color css

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

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

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