#315673

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

Shades of Venice Blue #315673

Tints of Venice Blue #315673

Color information

#315673 (or 0x315673) is unknown color: approx Venice Blue. HEX triplet: 31, 56 and 73. RGB value is (49,86,115). Sum of RGB (Red+Green+Blue) = 49+86+115=250 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.6% from 250); Green value is 86 (33.98% from 255 or 34.4% from 250); Blue value is 115 (45.31% from 255 or 46% from 250); Max value from RGB is 115 - color contains mainly: blue. Hex color #315673 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315673 is #CEA98C. Grayscale: #4E4E4E. Windows color (decimal): -13543821 or 7558705. OLE color: 7558705.

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

Color convert

RGB4986115-
CMYK0.570.2500.55
HSL206.36º40.24%32.16%-
HSV(B)206.36º57.39%45.1%-
XYZ7.698.5517.46-
YUV78.24148.74107.14-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.6%
GREEN value IS 86 (33.98% from 255) = 34.4%
BLUE value IS 115 (45.31% from 255) = 46%
R=19.6%
G=34.4%
B=46%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal49861150.570.2500.55206.3640.2432.16
Hex3156733919037ce2820
Octal6112616371310673165040
Binary1100011010110111001111100111001011011111001110101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315673; }

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

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

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

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

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

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

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

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