#317B6B

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

Shades of Genoa #317B6B

Tints of Genoa #317B6B

Color information

#317B6B (or 0x317B6B) is unknown color: approx Genoa. HEX triplet: 31, 7B and 6B. RGB value is (49,123,107). Sum of RGB (Red+Green+Blue) = 49+123+107=279 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.56% from 279); Green value is 123 (48.44% from 255 or 44.09% from 279); Blue value is 107 (42.19% from 255 or 38.35% from 279); Max value from RGB is 123 - color contains mainly: green. Hex color #317B6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317B6B is #CE8494. Grayscale: #636363. Windows color (decimal): -13534357 or 7043889. OLE color: 7043889.

HSL color Cylindrical-coordinate representation of color #317B6B: hue angle of 167.03º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #317B6B is Cyan = 0.60, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.52.

Color convert

RGB49123107-
CMYK0.6000.130.52
HSL167.03º43.02%33.73%-
HSV(B)167.03º60.16%48.24%-
XYZ1115.8816.4-
YUV99.05132.4892.3-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.56%
GREEN value IS 123 (48.44% from 255) = 44.09%
BLUE value IS 107 (42.19% from 255) = 38.35%
R=17.56%
G=44.09%
B=38.35%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal491231070.6000.130.52167.0343.0233.73
Hex317B6B3C0D34a72b22
Octal6117315374015642475342
Binary110001111101111010111111000110111010010100111101011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317B6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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