#315777

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

Shades of Venice Blue #315777

Tints of Venice Blue #315777

Color information

#315777 (or 0x315777) is unknown color: approx Venice Blue. HEX triplet: 31, 57 and 77. RGB value is (49,87,119). Sum of RGB (Red+Green+Blue) = 49+87+119=255 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.22% from 255); Green value is 87 (34.38% from 255 or 34.12% from 255); Blue value is 119 (46.88% from 255 or 46.67% from 255); Max value from RGB is 119 - color contains mainly: blue. Hex color #315777 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315777 is #CEA888. Grayscale: #4F4F4F. Windows color (decimal): -13543561 or 7821105. OLE color: 7821105.

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

Color convert

RGB4987119-
CMYK0.590.2700.53
HSL207.43º41.67%32.94%-
HSV(B)207.43º58.82%46.67%-
XYZ88.818.73-
YUV79.29150.41106.4-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.22%
GREEN value IS 87 (34.38% from 255) = 34.12%
BLUE value IS 119 (46.88% from 255) = 46.67%
R=19.22%
G=34.12%
B=46.67%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal49871190.590.2700.53207.4341.6732.94
Hex3157773B1B035cf2a21
Octal6112716773330653175241
Binary1100011010111111011111101111011011010111001111101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315777; }

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

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

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

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

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

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

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

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