#315679

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

Shades of Venice Blue #315679

Tints of Venice Blue #315679

Color information

#315679 (or 0x315679) is unknown color: approx Venice Blue. HEX triplet: 31, 56 and 79. RGB value is (49,86,121). Sum of RGB (Red+Green+Blue) = 49+86+121=256 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.14% from 256); Green value is 86 (33.98% from 255 or 33.59% from 256); Blue value is 121 (47.66% from 255 or 47.27% from 256); Max value from RGB is 121 - color contains mainly: blue. Hex color #315679 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315679 is #CEA986. Grayscale: #4E4E4E. Windows color (decimal): -13543815 or 7951921. OLE color: 7951921.

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

Color convert

RGB4986121-
CMYK0.600.2900.53
HSL209.17º42.35%33.33%-
HSV(B)209.17º59.5%47.45%-
XYZ8.058.6919.34-
YUV78.93151.74106.65-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.14%
GREEN value IS 86 (33.98% from 255) = 33.59%
BLUE value IS 121 (47.66% from 255) = 47.27%
R=19.14%
G=33.59%
B=47.27%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal49861210.600.2900.53209.1742.3533.33
Hex3156793C1D035d12a21
Octal6112617174350653215241
Binary1100011010110111100111110011101011010111010001101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315679; }

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

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

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

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

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

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

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

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