#315271

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

Shades of Venice Blue #315271

Tints of Venice Blue #315271

Color information

#315271 (or 0x315271) is unknown color: approx Venice Blue. HEX triplet: 31, 52 and 71. RGB value is (49,82,113). Sum of RGB (Red+Green+Blue) = 49+82+113=244 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20.08% from 244); Green value is 82 (32.42% from 255 or 33.61% from 244); Blue value is 113 (44.53% from 255 or 46.31% from 244); Max value from RGB is 113 - color contains mainly: blue. Hex color #315271 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315271 is #CEAD8E. Grayscale: #4B4B4B. Windows color (decimal): -13544847 or 7426609. OLE color: 7426609.

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

Color convert

RGB4982113-
CMYK0.570.2700.56
HSL209.06º39.51%31.76%-
HSV(B)209.06º56.64%44.31%-
XYZ7.267.8816.76-
YUV75.67149.07108.98-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.08%
GREEN value IS 82 (32.42% from 255) = 33.61%
BLUE value IS 113 (44.53% from 255) = 46.31%
R=20.08%
G=33.61%
B=46.31%

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
Decimal49821130.570.2700.56209.0639.5131.76
Hex315271391B038d12820
Octal6112216171330703215040
Binary1100011010010111000111100111011011100011010001101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315271; }

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

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

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

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

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

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

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

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