#377A6D

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

Shades of Genoa #377A6D

Tints of Genoa #377A6D

Color information

#377A6D (or 0x377A6D) is unknown color: approx Genoa. HEX triplet: 37, 7A and 6D. RGB value is (55,122,109). Sum of RGB (Red+Green+Blue) = 55+122+109=286 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.23% from 286); Green value is 122 (48.05% from 255 or 42.66% from 286); Blue value is 109 (42.97% from 255 or 38.11% from 286); Max value from RGB is 122 - color contains mainly: green. Hex color #377A6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377A6D is #C88592. Grayscale: #646464. Windows color (decimal): -13141395 or 7174711. OLE color: 7174711.

HSL color Cylindrical-coordinate representation of color #377A6D: hue angle of 168.36º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #377A6D is Cyan = 0.55, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.52.

Color convert

RGB55122109-
CMYK0.5500.110.52
HSL168.36º37.85%34.71%-
HSV(B)168.36º54.92%47.84%-
XYZ11.315.8416.93-
YUV100.48132.895.56-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 19.23%
GREEN value IS 122 (48.05% from 255) = 42.66%
BLUE value IS 109 (42.97% from 255) = 38.11%
R=19.23%
G=42.66%
B=38.11%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal551221090.5500.110.52168.3637.8534.71
Hex377A6D370B34a82623
Octal6717215567013642504643
Binary110111111101011011011101110101111010010101000100110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #377A6D; }

 p { color: rgb(55,122,109); }

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

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

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

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

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

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

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