#315C78

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

Shades of Venice Blue #315C78

Tints of Venice Blue #315C78

Color information

#315C78 (or 0x315C78) is unknown color: approx Venice Blue. HEX triplet: 31, 5C and 78. RGB value is (49,92,120). Sum of RGB (Red+Green+Blue) = 49+92+120=261 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.77% from 261); Green value is 92 (36.33% from 255 or 35.25% from 261); Blue value is 120 (47.27% from 255 or 45.98% from 261); Max value from RGB is 120 - color contains mainly: blue. Hex color #315C78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315C78 is #CEA387. Grayscale: #525252. Windows color (decimal): -13542280 or 7887921. OLE color: 7887921.

HSL color Cylindrical-coordinate representation of color #315C78: hue angle of 203.66º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #315C78 is Cyan = 0.59, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB4992120-
CMYK0.590.2300.53
HSL203.66º42.01%33.14%-
HSV(B)203.66º59.17%47.06%-
XYZ8.489.6619.19-
YUV82.34149.25104.22-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.77%
GREEN value IS 92 (36.33% from 255) = 35.25%
BLUE value IS 120 (47.27% from 255) = 45.98%
R=18.77%
G=35.25%
B=45.98%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal49921200.590.2300.53203.6642.0133.14
Hex315C783B17035cc2a21
Octal6113417073270653145241
Binary1100011011100111100011101110111011010111001100101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315C78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315C78; }

 p { color: rgb(49,92,120); }

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

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

 a { background-color: rgb(49,92,120); }

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

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

 span { border-color: rgb(49,92,120); }

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