#315575

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

Shades of Venice Blue #315575

Tints of Venice Blue #315575

Color information

#315575 (or 0x315575) is unknown color: approx Venice Blue. HEX triplet: 31, 55 and 75. RGB value is (49,85,117). Sum of RGB (Red+Green+Blue) = 49+85+117=251 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.52% from 251); Green value is 85 (33.59% from 255 or 33.86% from 251); Blue value is 117 (46.09% from 255 or 46.61% from 251); Max value from RGB is 117 - color contains mainly: blue. Hex color #315575 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315575 is #CEAA8A. Grayscale: #4D4D4D. Windows color (decimal): -13544075 or 7689521. OLE color: 7689521.

HSL color Cylindrical-coordinate representation of color #315575: hue angle of 208.24º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #315575 is Cyan = 0.58, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB4985117-
CMYK0.580.2700.54
HSL208.24º40.96%32.55%-
HSV(B)208.24º58.12%45.88%-
XYZ7.738.4318.05-
YUV77.88150.07107.4-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.52%
GREEN value IS 85 (33.59% from 255) = 33.86%
BLUE value IS 117 (46.09% from 255) = 46.61%
R=19.52%
G=33.86%
B=46.61%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal49851170.580.2700.54208.2440.9632.55
Hex3155753A1B036d02921
Octal6112516572330663205141
Binary1100011010101111010111101011011011011011010000101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315575; }

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

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

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

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

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

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

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

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