#315378

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

Shades of Venice Blue #315378

Tints of Venice Blue #315378

Color information

#315378 (or 0x315378) is unknown color: approx Venice Blue. HEX triplet: 31, 53 and 78. RGB value is (49,83,120). Sum of RGB (Red+Green+Blue) = 49+83+120=252 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.44% from 252); Green value is 83 (32.81% from 255 or 32.94% from 252); Blue value is 120 (47.27% from 255 or 47.62% from 252); Max value from RGB is 120 - color contains mainly: blue. Hex color #315378 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315378 is #CEAC87. Grayscale: #4C4C4C. Windows color (decimal): -13544584 or 7885617. OLE color: 7885617.

HSL color Cylindrical-coordinate representation of color #315378: hue angle of 211.27º 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 #315378 is Cyan = 0.59, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB4983120-
CMYK0.590.3100.53
HSL211.27º42.01%33.14%-
HSV(B)211.27º59.17%47.06%-
XYZ7.758.218.94-
YUV77.05152.24107.99-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.44%
GREEN value IS 83 (32.81% from 255) = 32.94%
BLUE value IS 120 (47.27% from 255) = 47.62%
R=19.44%
G=32.94%
B=47.62%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal49831200.590.3100.53211.2742.0133.14
Hex3153783B1F035d32a21
Octal6112317073370653235241
Binary1100011010011111100011101111111011010111010011101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315378; }

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

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

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

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

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

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

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

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