#376866

Color #376866 Genoa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Genoa #376866

Tints of Genoa #376866

Color information

#376866 (or 0x376866) is unknown color: approx Genoa. HEX triplet: 37, 68 and 66. RGB value is (55,104,102). Sum of RGB (Red+Green+Blue) = 55+104+102=261 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.07% from 261); Green value is 104 (41.02% from 255 or 39.85% from 261); Blue value is 102 (40.23% from 255 or 39.08% from 261); Max value from RGB is 104 - color contains mainly: green. Hex color #376866 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376866 is #C89799. Grayscale: #595959. Windows color (decimal): -13146010 or 6711351. OLE color: 6711351.

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

Color convert

RGB55104102-
CMYK0.4700.020.59
HSL177.55º30.82%31.18%-
HSV(B)177.55º47.12%40.78%-
XYZ8.9211.6714.35-
YUV89.12135.27103.66-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 21.07%
GREEN value IS 104 (41.02% from 255) = 39.85%
BLUE value IS 102 (40.23% from 255) = 39.08%
R=21.07%
G=39.85%
B=39.08%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal551041020.4700.020.59177.5530.8231.18
Hex3768662F023Bb21f1f
Octal671501465702732623737
Binary11011111010001100110101111010111011101100101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #376866; }

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

 H1.HeaderClassName
 {
   color: #376866;
 }
 .AnyTagClassName
 {
   color: #376866;
 }
</style>
background-color css

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

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

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

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

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

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