#315171

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

Shades of Venice Blue #315171

Tints of Venice Blue #315171

Color information

#315171 (or 0x315171) is unknown color: approx Venice Blue. HEX triplet: 31, 51 and 71. RGB value is (49,81,113). Sum of RGB (Red+Green+Blue) = 49+81+113=243 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20.16% from 243); Green value is 81 (32.03% from 255 or 33.33% from 243); Blue value is 113 (44.53% from 255 or 46.50% from 243); Max value from RGB is 113 - color contains mainly: blue. Hex color #315171 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315171 is #CEAE8E. Grayscale: #4A4A4A. Windows color (decimal): -13545103 or 7426353. OLE color: 7426353.

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

Color convert

RGB4981113-
CMYK0.570.2800.56
HSL210º39.51%31.76%-
HSV(B)210º56.64%44.31%-
XYZ7.197.7316.74-
YUV75.08149.4109.4-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.16%
GREEN value IS 81 (32.03% from 255) = 33.33%
BLUE value IS 113 (44.53% from 255) = 46.50%
R=20.16%
G=33.33%
B=46.50%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal49811130.570.2800.5621039.5131.76
Hex315171391C038d22820
Octal6112116171340703225040
Binary1100011010001111000111100111100011100011010010101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315171; }

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

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

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

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

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

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

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

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