#315177

Color #315177 St Tropaz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of St Tropaz #315177

Tints of St Tropaz #315177

Color information

#315177 (or 0x315177) is unknown color: approx St Tropaz. HEX triplet: 31, 51 and 77. RGB value is (49,81,119). Sum of RGB (Red+Green+Blue) = 49+81+119=249 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.68% from 249); Green value is 81 (32.03% from 255 or 32.53% from 249); Blue value is 119 (46.88% from 255 or 47.79% from 249); Max value from RGB is 119 - color contains mainly: blue. Hex color #315177 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315177 is #CEAE88. Grayscale: #4B4B4B. Windows color (decimal): -13545097 or 7819569. OLE color: 7819569.

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

Color convert

RGB4981119-
CMYK0.590.3200.53
HSL212.57º41.67%32.94%-
HSV(B)212.57º58.82%46.67%-
XYZ7.547.8718.57-
YUV75.76152.4108.91-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.68%
GREEN value IS 81 (32.03% from 255) = 32.53%
BLUE value IS 119 (46.88% from 255) = 47.79%
R=19.68%
G=32.53%
B=47.79%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal49811190.590.3200.53212.5741.6732.94
Hex3151773B20035d52a21
Octal6112116773400653255241
Binary11000110100011110111111011100000011010111010101101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315177; }

 p { color: rgb(49,81,119); }

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

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

 a { background-color: rgb(49,81,119); }

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

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

 span { border-color: rgb(49,81,119); }

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