#317569

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

Shades of Genoa #317569

Tints of Genoa #317569

Color information

#317569 (or 0x317569) is unknown color: approx Genoa. HEX triplet: 31, 75 and 69. RGB value is (49,117,105). Sum of RGB (Red+Green+Blue) = 49+117+105=271 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.08% from 271); Green value is 117 (46.09% from 255 or 43.17% from 271); Blue value is 105 (41.41% from 255 or 38.75% from 271); Max value from RGB is 117 - color contains mainly: green. Hex color #317569 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317569 is #CE8A96. Grayscale: #5F5F5F. Windows color (decimal): -13535895 or 6911281. OLE color: 6911281.

HSL color Cylindrical-coordinate representation of color #317569: hue angle of 169.41º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #317569 is Cyan = 0.58, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.54.

Color convert

RGB49117105-
CMYK0.5800.100.54
HSL169.41º40.96%32.55%-
HSV(B)169.41º58.12%45.88%-
XYZ10.1814.415.61-
YUV95.3133.4794.98-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.08%
GREEN value IS 117 (46.09% from 255) = 43.17%
BLUE value IS 105 (41.41% from 255) = 38.75%
R=18.08%
G=43.17%
B=38.75%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal491171050.5800.100.54169.4140.9632.55
Hex3175693A0A36a92921
Octal6116515172012662515141
Binary110001111010111010011110100101011011010101001101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317569; }

 p { color: rgb(49,117,105); }

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

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

 a { background-color: rgb(49,117,105); }

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

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

 span { border-color: rgb(49,117,105); }

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