#316868

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

Shades of Genoa #316868

Tints of Genoa #316868

Color information

#316868 (or 0x316868) is unknown color: approx Genoa. HEX triplet: 31, 68 and 68. RGB value is (49,104,104). Sum of RGB (Red+Green+Blue) = 49+104+104=257 (34% of max value = 765). Red value is 49 (19.53% from 255 or 19.07% from 257); Green value is 104 (41.02% from 255 or 40.47% from 257); Blue value is 104 (41.02% from 255 or 40.47% from 257); Max value from RGB is 104 - color contains mainly: green, blue. Hex color #316868 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316868 is #CE9797. Grayscale: #575757. Windows color (decimal): -13539224 or 6842417. OLE color: 6842417.

HSL color Cylindrical-coordinate representation of color #316868: hue angle of 180º 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 #316868 is Cyan = 0.53, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB49104104-
CMYK0.53000.59
HSL180º35.95%30%-
HSV(B)180º52.88%40.78%-
XYZ8.7211.5514.87-
YUV87.56137.28100.5-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.07%
GREEN value IS 104 (41.02% from 255) = 40.47%
BLUE value IS 104 (41.02% from 255) = 40.47%
R=19.07%
G=40.47%
B=40.47%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal491041040.53000.5918035.9530
Hex31686835003Bb4241e
Octal611501506500732644436
Binary11000111010001101000110101001110111011010010010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316868; }

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

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

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

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

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

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

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

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