#315173

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

Shades of Venice Blue #315173

Tints of Venice Blue #315173

Color information

#315173 (or 0x315173) is unknown color: approx Venice Blue. HEX triplet: 31, 51 and 73. RGB value is (49,81,115). Sum of RGB (Red+Green+Blue) = 49+81+115=245 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20% from 245); Green value is 81 (32.03% from 255 or 33.06% from 245); Blue value is 115 (45.31% from 255 or 46.94% from 245); Max value from RGB is 115 - color contains mainly: blue. Hex color #315173 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315173 is #CEAE8C. Grayscale: #4B4B4B. Windows color (decimal): -13545101 or 7557425. OLE color: 7557425.

HSL color Cylindrical-coordinate representation of color #315173: hue angle of 210.91º 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 #315173 is Cyan = 0.57, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB4981115-
CMYK0.570.3000.55
HSL210.91º40.24%32.16%-
HSV(B)210.91º57.39%45.1%-
XYZ7.37.7817.34-
YUV75.31150.4109.24-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20%
GREEN value IS 81 (32.03% from 255) = 33.06%
BLUE value IS 115 (45.31% from 255) = 46.94%
R=20%
G=33.06%
B=46.94%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal49811150.570.3000.55210.9140.2432.16
Hex315173391E037d32820
Octal6112116371360673235040
Binary1100011010001111001111100111110011011111010011101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315173; }

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

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

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

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

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

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

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

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