#315371

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

Shades of Venice Blue #315371

Tints of Venice Blue #315371

Color information

#315371 (or 0x315371) is unknown color: approx Venice Blue. HEX triplet: 31, 53 and 71. RGB value is (49,83,113). Sum of RGB (Red+Green+Blue) = 49+83+113=245 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20% from 245); Green value is 83 (32.81% from 255 or 33.88% from 245); Blue value is 113 (44.53% from 255 or 46.12% from 245); Max value from RGB is 113 - color contains mainly: blue. Hex color #315371 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315371 is #CEAC8E. Grayscale: #4C4C4C. Windows color (decimal): -13544591 or 7426865. OLE color: 7426865.

HSL color Cylindrical-coordinate representation of color #315371: hue angle of 208.12º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #315371 is Cyan = 0.57, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB4983113-
CMYK0.570.2700.56
HSL208.12º39.51%31.76%-
HSV(B)208.12º56.64%44.31%-
XYZ7.348.0316.79-
YUV76.25148.74108.56-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20%
GREEN value IS 83 (32.81% from 255) = 33.88%
BLUE value IS 113 (44.53% from 255) = 46.12%
R=20%
G=33.88%
B=46.12%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal49831130.570.2700.56208.1239.5131.76
Hex315371391B038d02820
Octal6112316171330703205040
Binary1100011010011111000111100111011011100011010000101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315371; }

 p { color: rgb(49,83,113); }

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

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

 a { background-color: rgb(49,83,113); }

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

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

 span { border-color: rgb(49,83,113); }

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