#315675

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

Shades of Venice Blue #315675

Tints of Venice Blue #315675

Color information

#315675 (or 0x315675) is unknown color: approx Venice Blue. HEX triplet: 31, 56 and 75. RGB value is (49,86,117). Sum of RGB (Red+Green+Blue) = 49+86+117=252 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.44% from 252); Green value is 86 (33.98% from 255 or 34.13% from 252); Blue value is 117 (46.09% from 255 or 46.43% from 252); Max value from RGB is 117 - color contains mainly: blue. Hex color #315675 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315675 is #CEA98A. Grayscale: #4E4E4E. Windows color (decimal): -13543819 or 7689777. OLE color: 7689777.

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

Color convert

RGB4986117-
CMYK0.580.2600.54
HSL207.35º40.96%32.55%-
HSV(B)207.35º58.12%45.88%-
XYZ7.818.5918.08-
YUV78.47149.74106.98-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.44%
GREEN value IS 86 (33.98% from 255) = 34.13%
BLUE value IS 117 (46.09% from 255) = 46.43%
R=19.44%
G=34.13%
B=46.43%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal49861170.580.2600.54207.3540.9632.55
Hex3156753A1A036cf2921
Octal6112616572320663175141
Binary1100011010110111010111101011010011011011001111101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315675; }

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

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

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

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

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

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

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

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