#315571

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

Shades of Venice Blue #315571

Tints of Venice Blue #315571

Color information

#315571 (or 0x315571) is unknown color: approx Venice Blue. HEX triplet: 31, 55 and 71. RGB value is (49,85,113). Sum of RGB (Red+Green+Blue) = 49+85+113=247 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.84% from 247); Green value is 85 (33.59% from 255 or 34.41% from 247); Blue value is 113 (44.53% from 255 or 45.75% from 247); Max value from RGB is 113 - color contains mainly: blue. Hex color #315571 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315571 is #CEAA8E. Grayscale: #4D4D4D. Windows color (decimal): -13544079 or 7427377. OLE color: 7427377.

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

Color convert

RGB4985113-
CMYK0.570.2500.56
HSL206.25º39.51%31.76%-
HSV(B)206.25º56.64%44.31%-
XYZ7.58.3416.84-
YUV77.43148.07107.72-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.84%
GREEN value IS 85 (33.59% from 255) = 34.41%
BLUE value IS 113 (44.53% from 255) = 45.75%
R=19.84%
G=34.41%
B=45.75%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal49851130.570.2500.56206.2539.5131.76
Hex3155713919038ce2820
Octal6112516171310703165040
Binary1100011010101111000111100111001011100011001110101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315571; }

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

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

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

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

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

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

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

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