#316768

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

Shades of Genoa #316768

Tints of Genoa #316768

Color information

#316768 (or 0x316768) is unknown color: approx Genoa. HEX triplet: 31, 67 and 68. RGB value is (49,103,104). Sum of RGB (Red+Green+Blue) = 49+103+104=256 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.14% from 256); Green value is 103 (40.62% from 255 or 40.23% from 256); Blue value is 104 (41.02% from 255 or 40.62% from 256); Max value from RGB is 104 - color contains mainly: blue. Hex color #316768 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316768 is #CE9897. Grayscale: #565656. Windows color (decimal): -13539480 or 6842161. OLE color: 6842161.

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

Color convert

RGB49103104-
CMYK0.530.0100.59
HSL181.09º35.95%30%-
HSV(B)181.09º52.88%40.78%-
XYZ8.6211.3514.83-
YUV86.97137.61100.92-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.14%
GREEN value IS 103 (40.62% from 255) = 40.23%
BLUE value IS 104 (41.02% from 255) = 40.62%
R=19.14%
G=40.23%
B=40.62%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal491031040.530.0100.59181.0935.9530
Hex31676835103Bb5241e
Octal611471506510732654436
Binary11000111001111101000110101101110111011010110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316768; }

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

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

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

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

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

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

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

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