#315774

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

Shades of Venice Blue #315774

Tints of Venice Blue #315774

Color information

#315774 (or 0x315774) is unknown color: approx Venice Blue. HEX triplet: 31, 57 and 74. RGB value is (49,87,116). Sum of RGB (Red+Green+Blue) = 49+87+116=252 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.44% from 252); Green value is 87 (34.38% from 255 or 34.52% from 252); Blue value is 116 (45.70% from 255 or 46.03% from 252); Max value from RGB is 116 - color contains mainly: blue. Hex color #315774 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315774 is #CEA88B. Grayscale: #4E4E4E. Windows color (decimal): -13543564 or 7624497. OLE color: 7624497.

HSL color Cylindrical-coordinate representation of color #315774: hue angle of 205.97º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #315774 is Cyan = 0.58, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB4987116-
CMYK0.580.2500.55
HSL205.97º40.61%32.35%-
HSV(B)205.97º57.76%45.49%-
XYZ7.838.7317.8-
YUV78.94148.91106.64-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.44%
GREEN value IS 87 (34.38% from 255) = 34.52%
BLUE value IS 116 (45.70% from 255) = 46.03%
R=19.44%
G=34.52%
B=46.03%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal49871160.580.2500.55205.9740.6132.35
Hex3157743A19037ce2920
Octal6112716472310673165140
Binary1100011010111111010011101011001011011111001110101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315774; }

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

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

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

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

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

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

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

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