#315976

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

Shades of Venice Blue #315976

Tints of Venice Blue #315976

Color information

#315976 (or 0x315976) is unknown color: approx Venice Blue. HEX triplet: 31, 59 and 76. RGB value is (49,89,118). Sum of RGB (Red+Green+Blue) = 49+89+118=256 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.14% from 256); Green value is 89 (35.16% from 255 or 34.77% from 256); Blue value is 118 (46.48% from 255 or 46.09% from 256); Max value from RGB is 118 - color contains mainly: blue. Hex color #315976 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315976 is #CEA689. Grayscale: #505050. Windows color (decimal): -13543050 or 7756081. OLE color: 7756081.

HSL color Cylindrical-coordinate representation of color #315976: hue angle of 205.22º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #315976 is Cyan = 0.58, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB4989118-
CMYK0.580.2500.54
HSL205.22º41.32%32.75%-
HSV(B)205.22º58.47%46.27%-
XYZ8.119.1118.47-
YUV80.35149.25105.64-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.14%
GREEN value IS 89 (35.16% from 255) = 34.77%
BLUE value IS 118 (46.48% from 255) = 46.09%
R=19.14%
G=34.77%
B=46.09%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal49891180.580.2500.54205.2241.3232.75
Hex3159763A19036cd2921
Octal6113116672310663155141
Binary1100011011001111011011101011001011011011001101101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315976; }

 p { color: rgb(49,89,118); }

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

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

 a { background-color: rgb(49,89,118); }

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

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

 span { border-color: rgb(49,89,118); }

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