#316864

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

Shades of Genoa #316864

Tints of Genoa #316864

Color information

#316864 (or 0x316864) is unknown color: approx Genoa. HEX triplet: 31, 68 and 64. RGB value is (49,104,100). Sum of RGB (Red+Green+Blue) = 49+104+100=253 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.37% from 253); Green value is 104 (41.02% from 255 or 41.11% from 253); Blue value is 100 (39.45% from 255 or 39.53% from 253); Max value from RGB is 104 - color contains mainly: green. Hex color #316864 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316864 is #CE979B. Grayscale: #575757. Windows color (decimal): -13539228 or 6580273. OLE color: 6580273.

HSL color Cylindrical-coordinate representation of color #316864: hue angle of 175.64º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #316864 is Cyan = 0.53, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.59.

Color convert

RGB49104100-
CMYK0.5300.040.59
HSL175.64º35.95%30%-
HSV(B)175.64º52.88%40.78%-
XYZ8.5211.4713.82-
YUV87.1135.28100.83-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.37%
GREEN value IS 104 (41.02% from 255) = 41.11%
BLUE value IS 100 (39.45% from 255) = 39.53%
R=19.37%
G=41.11%
B=39.53%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal491041000.5300.040.59175.6435.9530
Hex31686435043Bb0241e
Octal611501446504732604436
Binary1100011101000110010011010101001110111011000010010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316864; }

 p { color: rgb(49,104,100); }

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

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

 a { background-color: rgb(49,104,100); }

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

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

 span { border-color: rgb(49,104,100); }

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