#315775

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

Shades of Venice Blue #315775

Tints of Venice Blue #315775

Color information

#315775 (or 0x315775) is unknown color: approx Venice Blue. HEX triplet: 31, 57 and 75. RGB value is (49,87,117). Sum of RGB (Red+Green+Blue) = 49+87+117=253 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.37% from 253); Green value is 87 (34.38% from 255 or 34.39% from 253); Blue value is 117 (46.09% from 255 or 46.25% from 253); Max value from RGB is 117 - color contains mainly: blue. Hex color #315775 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315775 is #CEA88A. Grayscale: #4E4E4E. Windows color (decimal): -13543563 or 7690033. OLE color: 7690033.

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

Color convert

RGB4987117-
CMYK0.580.2600.54
HSL206.47º40.96%32.55%-
HSV(B)206.47º58.12%45.88%-
XYZ7.898.7518.1-
YUV79.06149.41106.56-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.37%
GREEN value IS 87 (34.38% from 255) = 34.39%
BLUE value IS 117 (46.09% from 255) = 46.25%
R=19.37%
G=34.39%
B=46.25%

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
Decimal49871170.580.2600.54206.4740.9632.55
Hex3157753A1A036ce2921
Octal6112716572320663165141
Binary1100011010111111010111101011010011011011001110101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315775; }

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

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

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

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

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

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

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

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