#315978

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

Shades of Venice Blue #315978

Tints of Venice Blue #315978

Color information

#315978 (or 0x315978) is unknown color: approx Venice Blue. HEX triplet: 31, 59 and 78. RGB value is (49,89,120). Sum of RGB (Red+Green+Blue) = 49+89+120=258 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.99% from 258); Green value is 89 (35.16% from 255 or 34.50% from 258); Blue value is 120 (47.27% from 255 or 46.51% from 258); Max value from RGB is 120 - color contains mainly: blue. Hex color #315978 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315978 is #CEA687. Grayscale: #505050. Windows color (decimal): -13543048 or 7887153. OLE color: 7887153.

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

Color convert

RGB4989120-
CMYK0.590.2600.53
HSL206.2º42.01%33.14%-
HSV(B)206.2º59.17%47.06%-
XYZ8.239.1519.1-
YUV80.57150.25105.48-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.99%
GREEN value IS 89 (35.16% from 255) = 34.50%
BLUE value IS 120 (47.27% from 255) = 46.51%
R=18.99%
G=34.50%
B=46.51%

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
Decimal49891200.590.2600.53206.242.0133.14
Hex3159783B1A035ce2a21
Octal6113117073320653165241
Binary1100011011001111100011101111010011010111001110101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315978; }

 p { color: rgb(49,89,120); }

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

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

 a { background-color: rgb(49,89,120); }

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

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

 span { border-color: rgb(49,89,120); }

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