Html Css Color HEX #376668 Tax Break

📋 copy color: '#376668'

red 55 ◦ green 102 ◦ blue 104

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

Shades of Tax Break #376668

Tints of Tax Break #376668

RGB

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

 GREEN value IS 102 (40.23% from 255) = 39.08%

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

R = 21.07%
G = 39.08%
B = 39.85%

CMYK

 C value IS 0.47

 M value IS 0.02

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#376668 (or 0x376668) is known color: Tax Break. HEX triplet: 37, 66 and 68. RGB value is (55,102,104). Sum of RGB (Red+Green+Blue) = 55+102+104=261 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.07% from 261); Green value is 102 (40.23% from 255 or 39.08% from 261); Blue value is 104 (41.02% from 255 or 39.85% from 261); Max value from RGB is 104 - color contains mainly: blue. Hex color #376668 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376668 is #C89997. Grayscale: #585858. Windows color (decimal): -13146520 or 6841911. OLE color: 6841911.

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

Color convert

RGB 55 102 104 -
CMYK 0.47 0.02 0 0.59
HSL 182.45º 0.31% 0.31% -
HSV(B) 182.45º 0.47% 0.41% -
XYZ 8.83 11.31 14.82 -
YUV 88.18 136.93 104.34 -
System Red Green Blue C M Y K H S L
Decimal 55 102 104 0.47 0.02 0 0.59 182.45 0.31 0.31
Hex 37 66 68 2F 2 0 3B B6 1F 1F
Octal 67 146 150 57 2 0 73 266 37 37
Binary 110111 1100110 1101000 101111 10 0 111011 10110110 11111 11111

Color Harmonies of #376668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376668

Black with #376668

Text Example


Text Example

White with #376668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376668; }

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

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

background-color css

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

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

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

border-color css

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

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

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