#316667

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

Shades of Genoa #316667

Tints of Genoa #316667

Color information

#316667 (or 0x316667) is unknown color: approx Genoa. HEX triplet: 31, 66 and 67. RGB value is (49,102,103). Sum of RGB (Red+Green+Blue) = 49+102+103=254 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.29% from 254); Green value is 102 (40.23% from 255 or 40.16% from 254); Blue value is 103 (40.62% from 255 or 40.55% from 254); Max value from RGB is 103 - color contains mainly: blue. Hex color #316667 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316667 is #CE9998. Grayscale: #565656. Windows color (decimal): -13539737 or 6776369. OLE color: 6776369.

HSL color Cylindrical-coordinate representation of color #316667: hue angle of 181.11º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #316667 is Cyan = 0.52, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB49102103-
CMYK0.520.0100.60
HSL181.11º35.53%29.8%-
HSV(B)181.11º52.43%40.39%-
XYZ8.4711.1314.54-
YUV86.27137.44101.42-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.29%
GREEN value IS 102 (40.23% from 255) = 40.16%
BLUE value IS 103 (40.62% from 255) = 40.55%
R=19.29%
G=40.16%
B=40.55%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal491021030.520.0100.60181.1135.5329.8
Hex31666734103Cb5241e
Octal611461476410742654436
Binary11000111001101100111110100101111001011010110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316667; }

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

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

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

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

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

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

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

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