#31516D

Color #31516D Venice Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Venice Blue #31516D

Tints of Venice Blue #31516D

Color information

#31516D (or 0x31516D) is unknown color: approx Venice Blue. HEX triplet: 31, 51 and 6D. RGB value is (49,81,109). Sum of RGB (Red+Green+Blue) = 49+81+109=239 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.50% from 239); Green value is 81 (32.03% from 255 or 33.89% from 239); Blue value is 109 (42.97% from 255 or 45.61% from 239); Max value from RGB is 109 - color contains mainly: blue. Hex color #31516D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31516D is #CEAE92. Grayscale: #4A4A4A. Windows color (decimal): -13545107 or 7164209. OLE color: 7164209.

HSL color Cylindrical-coordinate representation of color #31516D: hue angle of 208º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #31516D is Cyan = 0.55, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB4981109-
CMYK0.550.2600.57
HSL208º37.97%30.98%-
HSV(B)208º55.05%42.75%-
XYZ6.977.6415.58-
YUV74.62147.4109.72-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.50%
GREEN value IS 81 (32.03% from 255) = 33.89%
BLUE value IS 109 (42.97% from 255) = 45.61%
R=20.50%
G=33.89%
B=45.61%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal49811090.550.2600.5720837.9730.98
Hex31516D371A039d0261f
Octal6112115567320713204637
Binary110001101000111011011101111101001110011101000010011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31516D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31516D; }

 p { color: rgb(49,81,109); }

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

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

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

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

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

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

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