#315878

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

Shades of Venice Blue #315878

Tints of Venice Blue #315878

Color information

#315878 (or 0x315878) is unknown color: approx Venice Blue. HEX triplet: 31, 58 and 78. RGB value is (49,88,120). Sum of RGB (Red+Green+Blue) = 49+88+120=257 (34% of max value = 765). Red value is 49 (19.53% from 255 or 19.07% from 257); Green value is 88 (34.77% from 255 or 34.24% from 257); Blue value is 120 (47.27% from 255 or 46.69% from 257); Max value from RGB is 120 - color contains mainly: blue. Hex color #315878 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315878 is #CEA787. Grayscale: #4F4F4F. Windows color (decimal): -13543304 or 7886897. OLE color: 7886897.

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

Color convert

RGB4988120-
CMYK0.590.2700.53
HSL207.04º42.01%33.14%-
HSV(B)207.04º59.17%47.06%-
XYZ8.158.9919.07-
YUV79.99150.58105.9-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.07%
GREEN value IS 88 (34.77% from 255) = 34.24%
BLUE value IS 120 (47.27% from 255) = 46.69%
R=19.07%
G=34.24%
B=46.69%

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
Decimal49881200.590.2700.53207.0442.0133.14
Hex3158783B1B035cf2a21
Octal6113017073330653175241
Binary1100011011000111100011101111011011010111001111101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315878; }

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

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

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

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

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

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

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

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