#315874

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

Shades of Venice Blue #315874

Tints of Venice Blue #315874

Color information

#315874 (or 0x315874) is unknown color: approx Venice Blue. HEX triplet: 31, 58 and 74. RGB value is (49,88,116). Sum of RGB (Red+Green+Blue) = 49+88+116=253 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.37% from 253); Green value is 88 (34.77% from 255 or 34.78% from 253); Blue value is 116 (45.70% from 255 or 45.85% from 253); Max value from RGB is 116 - color contains mainly: blue. Hex color #315874 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315874 is #CEA78B. Grayscale: #4F4F4F. Windows color (decimal): -13543308 or 7624753. OLE color: 7624753.

HSL color Cylindrical-coordinate representation of color #315874: hue angle of 205.07º 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 #315874 is Cyan = 0.58, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB4988116-
CMYK0.580.2400.55
HSL205.07º40.61%32.35%-
HSV(B)205.07º57.76%45.49%-
XYZ7.918.8917.82-
YUV79.53148.58106.22-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.37%
GREEN value IS 88 (34.77% from 255) = 34.78%
BLUE value IS 116 (45.70% from 255) = 45.85%
R=19.37%
G=34.78%
B=45.85%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal49881160.580.2400.55205.0740.6132.35
Hex3158743A18037cd2920
Octal6113016472300673155140
Binary1100011011000111010011101011000011011111001101101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315874; }

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

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

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

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

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

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

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

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