#377B6B

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

Shades of Genoa #377B6B

Tints of Genoa #377B6B

Color information

#377B6B (or 0x377B6B) is unknown color: approx Genoa. HEX triplet: 37, 7B and 6B. RGB value is (55,123,107). Sum of RGB (Red+Green+Blue) = 55+123+107=285 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.30% from 285); Green value is 123 (48.44% from 255 or 43.16% from 285); Blue value is 107 (42.19% from 255 or 37.54% from 285); Max value from RGB is 123 - color contains mainly: green. Hex color #377B6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377B6B is #C88494. Grayscale: #646464. Windows color (decimal): -13141141 or 7043895. OLE color: 7043895.

HSL color Cylindrical-coordinate representation of color #377B6B: hue angle of 165.88º 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 #377B6B is Cyan = 0.55, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.52.

Color convert

RGB55123107-
CMYK0.5500.130.52
HSL165.88º38.2%34.9%-
HSV(B)165.88º55.28%48.24%-
XYZ11.3116.0416.41-
YUV100.84131.4795.3-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 19.30%
GREEN value IS 123 (48.44% from 255) = 43.16%
BLUE value IS 107 (42.19% from 255) = 37.54%
R=19.30%
G=43.16%
B=37.54%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal551231070.5500.130.52165.8838.234.9
Hex377B6B370D34a62623
Octal6717315367015642464643
Binary110111111101111010111101110110111010010100110100110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377B6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,123,107); }

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

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

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

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

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

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

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