#315475

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

Shades of Venice Blue #315475

Tints of Venice Blue #315475

Color information

#315475 (or 0x315475) is unknown color: approx Venice Blue. HEX triplet: 31, 54 and 75. RGB value is (49,84,117). Sum of RGB (Red+Green+Blue) = 49+84+117=250 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.6% from 250); Green value is 84 (33.20% from 255 or 33.6% from 250); Blue value is 117 (46.09% from 255 or 46.8% from 250); Max value from RGB is 117 - color contains mainly: blue. Hex color #315475 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315475 is #CEAB8A. Grayscale: #4D4D4D. Windows color (decimal): -13544331 or 7689265. OLE color: 7689265.

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

Color convert

RGB4984117-
CMYK0.580.2800.54
HSL209.12º40.96%32.55%-
HSV(B)209.12º58.12%45.88%-
XYZ7.658.2818.02-
YUV77.3150.4107.82-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.6%
GREEN value IS 84 (33.20% from 255) = 33.6%
BLUE value IS 117 (46.09% from 255) = 46.8%
R=19.6%
G=33.6%
B=46.8%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal49841170.580.2800.54209.1240.9632.55
Hex3154753A1C036d12921
Octal6112416572340663215141
Binary1100011010100111010111101011100011011011010001101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315475; }

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

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

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

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

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

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

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

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