Html Css Color HEX #376368 Tax Break

📋 copy color: '#376368'

red 55 ◦ green 99 ◦ blue 104

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

Shades of Tax Break #376368

Tints of Tax Break #376368

RGB

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

 GREEN value IS 99 (39.06% from 255) = 38.37%

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

R = 21.32%
G = 38.37%
B = 40.31%

CMYK

 C value IS 0.47

 M value IS 0.05

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#376368 (or 0x376368) is known color: Tax Break. HEX triplet: 37, 63 and 68. RGB value is (55,99,104). Sum of RGB (Red+Green+Blue) = 55+99+104=258 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.32% from 258); Green value is 99 (39.06% from 255 or 38.37% from 258); Blue value is 104 (41.02% from 255 or 40.31% from 258); Max value from RGB is 104 - color contains mainly: blue. Hex color #376368 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376368 is #C89C97. Grayscale: #565656. Windows color (decimal): -13147288 or 6841143. OLE color: 6841143.

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

Color convert

RGB 55 99 104 -
CMYK 0.47 0.05 0 0.59
HSL 186.12º 0.31% 0.31% -
HSV(B) 186.12º 0.47% 0.41% -
XYZ 8.54 10.74 14.72 -
YUV 86.41 137.92 105.59 -
System Red Green Blue C M Y K H S L
Decimal 55 99 104 0.47 0.05 0 0.59 186.12 0.31 0.31
Hex 37 63 68 2F 5 0 3B BA 1F 1F
Octal 67 143 150 57 5 0 73 272 37 37
Binary 110111 1100011 1101000 101111 101 0 111011 10111010 11111 11111

Color Harmonies of #376368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376368

Black with #376368

Text Example


Text Example

White with #376368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376368; }

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

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

background-color css

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

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

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

border-color css

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

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

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