#315476

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

Shades of Venice Blue #315476

Tints of Venice Blue #315476

Color information

#315476 (or 0x315476) is unknown color: approx Venice Blue. HEX triplet: 31, 54 and 76. RGB value is (49,84,118). Sum of RGB (Red+Green+Blue) = 49+84+118=251 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.52% from 251); Green value is 84 (33.20% from 255 or 33.47% from 251); Blue value is 118 (46.48% from 255 or 47.01% from 251); Max value from RGB is 118 - color contains mainly: blue. Hex color #315476 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315476 is #CEAB89. Grayscale: #4D4D4D. Windows color (decimal): -13544330 or 7754801. OLE color: 7754801.

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

Color convert

RGB4984118-
CMYK0.580.2900.54
HSL209.57º41.32%32.75%-
HSV(B)209.57º58.47%46.27%-
XYZ7.718.318.34-
YUV77.41150.9107.74-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.52%
GREEN value IS 84 (33.20% from 255) = 33.47%
BLUE value IS 118 (46.48% from 255) = 47.01%
R=19.52%
G=33.47%
B=47.01%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal49841180.580.2900.54209.5741.3232.75
Hex3154763A1D036d22921
Octal6112416672350663225141
Binary1100011010100111011011101011101011011011010010101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315476; }

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

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

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

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

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

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

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

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