#315677

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

Shades of Venice Blue #315677

Tints of Venice Blue #315677

Color information

#315677 (or 0x315677) is unknown color: approx Venice Blue. HEX triplet: 31, 56 and 77. RGB value is (49,86,119). Sum of RGB (Red+Green+Blue) = 49+86+119=254 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.29% from 254); Green value is 86 (33.98% from 255 or 33.86% from 254); Blue value is 119 (46.88% from 255 or 46.85% from 254); Max value from RGB is 119 - color contains mainly: blue. Hex color #315677 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315677 is #CEA988. Grayscale: #4E4E4E. Windows color (decimal): -13543817 or 7820849. OLE color: 7820849.

HSL color Cylindrical-coordinate representation of color #315677: hue angle of 208.29º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #315677 is Cyan = 0.59, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB4986119-
CMYK0.590.2800.53
HSL208.29º41.67%32.94%-
HSV(B)208.29º58.82%46.67%-
XYZ7.928.6418.7-
YUV78.7150.74106.82-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.29%
GREEN value IS 86 (33.98% from 255) = 33.86%
BLUE value IS 119 (46.88% from 255) = 46.85%
R=19.29%
G=33.86%
B=46.85%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal49861190.590.2800.53208.2941.6732.94
Hex3156773B1C035d02a21
Octal6112616773340653205241
Binary1100011010110111011111101111100011010111010000101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315677; }

 p { color: rgb(49,86,119); }

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

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

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

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

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

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

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