#315578

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

Shades of Venice Blue #315578

Tints of Venice Blue #315578

Color information

#315578 (or 0x315578) is unknown color: approx Venice Blue. HEX triplet: 31, 55 and 78. RGB value is (49,85,120). Sum of RGB (Red+Green+Blue) = 49+85+120=254 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.29% from 254); Green value is 85 (33.59% from 255 or 33.46% from 254); Blue value is 120 (47.27% from 255 or 47.24% from 254); Max value from RGB is 120 - color contains mainly: blue. Hex color #315578 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315578 is #CEAA87. Grayscale: #4E4E4E. Windows color (decimal): -13544072 or 7886129. OLE color: 7886129.

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

Color convert

RGB4985120-
CMYK0.590.2900.53
HSL209.58º42.01%33.14%-
HSV(B)209.58º59.17%47.06%-
XYZ7.918.5118.99-
YUV78.23151.57107.15-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.29%
GREEN value IS 85 (33.59% from 255) = 33.46%
BLUE value IS 120 (47.27% from 255) = 47.24%
R=19.29%
G=33.46%
B=47.24%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal49851200.590.2900.53209.5842.0133.14
Hex3155783B1D035d22a21
Octal6112517073350653225241
Binary1100011010101111100011101111101011010111010010101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315578; }

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

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

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

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

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

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

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

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