#315373

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

Shades of Venice Blue #315373

Tints of Venice Blue #315373

Color information

#315373 (or 0x315373) is unknown color: approx Venice Blue. HEX triplet: 31, 53 and 73. RGB value is (49,83,115). Sum of RGB (Red+Green+Blue) = 49+83+115=247 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.84% from 247); Green value is 83 (32.81% from 255 or 33.60% from 247); Blue value is 115 (45.31% from 255 or 46.56% from 247); Max value from RGB is 115 - color contains mainly: blue. Hex color #315373 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315373 is #CEAC8C. Grayscale: #4C4C4C. Windows color (decimal): -13544589 or 7557937. OLE color: 7557937.

HSL color Cylindrical-coordinate representation of color #315373: hue angle of 209.09º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #315373 is Cyan = 0.57, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB4983115-
CMYK0.570.2800.55
HSL209.09º40.24%32.16%-
HSV(B)209.09º57.39%45.1%-
XYZ7.458.0817.39-
YUV76.48149.74108.4-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.84%
GREEN value IS 83 (32.81% from 255) = 33.60%
BLUE value IS 115 (45.31% from 255) = 46.56%
R=19.84%
G=33.60%
B=46.56%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal49831150.570.2800.55209.0940.2432.16
Hex315373391C037d12820
Octal6112316371340673215040
Binary1100011010011111001111100111100011011111010001101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315373; }

 p { color: rgb(49,83,115); }

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

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

 a { background-color: rgb(49,83,115); }

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

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

 span { border-color: rgb(49,83,115); }

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