Html Css Color HEX #376868 Tax Break

📋 copy color: '#376868'

red 55 ◦ green 104 ◦ blue 104

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

Shades of Tax Break #376868

Tints of Tax Break #376868

RGB

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

 GREEN value IS 104 (41.02% from 255) = 39.54%

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

R = 20.91%
G = 39.54%
B = 39.54%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#376868 (or 0x376868) is known color: Tax Break. HEX triplet: 37, 68 and 68. RGB value is (55,104,104). Sum of RGB (Red+Green+Blue) = 55+104+104=263 (34% of max value = 765). Red value is 55 (21.88% from 255 or 20.91% from 263); Green value is 104 (41.02% from 255 or 39.54% from 263); Blue value is 104 (41.02% from 255 or 39.54% from 263); Max value from RGB is 104 - color contains mainly: green, blue. Hex color #376868 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376868 is #C89797. Grayscale: #595959. Windows color (decimal): -13146008 or 6842423. OLE color: 6842423.

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

Color convert

RGB 55 104 104 -
CMYK 0.47 0 0 0.59
HSL 180º 0.31% 0.31% -
HSV(B) 180º 0.47% 0.41% -
XYZ 9.02 11.71 14.88 -
YUV 89.35 136.27 103.5 -
System Red Green Blue C M Y K H S L
Decimal 55 104 104 0.47 0 0 0.59 180 0.31 0.31
Hex 37 68 68 2F 0 0 3B B4 1F 1F
Octal 67 150 150 57 0 0 73 264 37 37
Binary 110111 1101000 1101000 101111 0 0 111011 10110100 11111 11111

Color Harmonies of #376868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376868

Black with #376868

Text Example


Text Example

White with #376868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376868; }

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

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

background-color css

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

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

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

border-color css

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

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

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