#315577

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

Shades of Venice Blue #315577

Tints of Venice Blue #315577

Color information

#315577 (or 0x315577) is unknown color: approx Venice Blue. HEX triplet: 31, 55 and 77. RGB value is (49,85,119). Sum of RGB (Red+Green+Blue) = 49+85+119=253 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.37% from 253); Green value is 85 (33.59% from 255 or 33.60% from 253); Blue value is 119 (46.88% from 255 or 47.04% from 253); Max value from RGB is 119 - color contains mainly: blue. Hex color #315577 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315577 is #CEAA88. Grayscale: #4D4D4D. Windows color (decimal): -13544073 or 7820593. OLE color: 7820593.

HSL color Cylindrical-coordinate representation of color #315577: hue angle of 209.14º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #315577 is Cyan = 0.59, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB4985119-
CMYK0.590.2900.53
HSL209.14º41.67%32.94%-
HSV(B)209.14º58.82%46.67%-
XYZ7.848.4818.68-
YUV78.11151.07107.24-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.37%
GREEN value IS 85 (33.59% from 255) = 33.60%
BLUE value IS 119 (46.88% from 255) = 47.04%
R=19.37%
G=33.60%
B=47.04%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal49851190.590.2900.53209.1441.6732.94
Hex3155773B1D035d12a21
Octal6112516773350653215241
Binary1100011010101111011111101111101011010111010001101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315577; }

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

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

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

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

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

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

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

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