#316866

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

Shades of Genoa #316866

Tints of Genoa #316866

Color information

#316866 (or 0x316866) is unknown color: approx Genoa. HEX triplet: 31, 68 and 66. RGB value is (49,104,102). Sum of RGB (Red+Green+Blue) = 49+104+102=255 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.22% from 255); Green value is 104 (41.02% from 255 or 40.78% from 255); Blue value is 102 (40.23% from 255 or 40% from 255); Max value from RGB is 104 - color contains mainly: green. Hex color #316866 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316866 is #CE9799. Grayscale: #575757. Windows color (decimal): -13539226 or 6711345. OLE color: 6711345.

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

Color convert

RGB49104102-
CMYK0.5300.020.59
HSL177.82º35.95%30%-
HSV(B)177.82º52.88%40.78%-
XYZ8.6211.5114.34-
YUV87.33136.28100.66-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.22%
GREEN value IS 104 (41.02% from 255) = 40.78%
BLUE value IS 102 (40.23% from 255) = 40%
R=19.22%
G=40.78%
B=40%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal491041020.5300.020.59177.8235.9530
Hex31686635023Bb2241e
Octal611501466502732624436
Binary110001110100011001101101010101110111011001010010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316866; }

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

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

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

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

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

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

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

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