#315877

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

Shades of Venice Blue #315877

Tints of Venice Blue #315877

Color information

#315877 (or 0x315877) is unknown color: approx Venice Blue. HEX triplet: 31, 58 and 77. RGB value is (49,88,119). Sum of RGB (Red+Green+Blue) = 49+88+119=256 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.14% from 256); Green value is 88 (34.77% from 255 or 34.38% from 256); Blue value is 119 (46.88% from 255 or 46.48% from 256); Max value from RGB is 119 - color contains mainly: blue. Hex color #315877 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315877 is #CEA788. Grayscale: #4F4F4F. Windows color (decimal): -13543305 or 7821361. OLE color: 7821361.

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

Color convert

RGB4988119-
CMYK0.590.2600.53
HSL206.57º41.67%32.94%-
HSV(B)206.57º58.82%46.67%-
XYZ8.098.9618.76-
YUV79.87150.08105.98-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.14%
GREEN value IS 88 (34.77% from 255) = 34.38%
BLUE value IS 119 (46.88% from 255) = 46.48%
R=19.14%
G=34.38%
B=46.48%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal49881190.590.2600.53206.5741.6732.94
Hex3158773B1A035cf2a21
Octal6113016773320653175241
Binary1100011011000111011111101111010011010111001111101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315877; }

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

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

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

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

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

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

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

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