#315077

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

Shades of St Tropaz #315077

Tints of St Tropaz #315077

Color information

#315077 (or 0x315077) is unknown color: approx St Tropaz. HEX triplet: 31, 50 and 77. RGB value is (49,80,119). Sum of RGB (Red+Green+Blue) = 49+80+119=248 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.76% from 248); Green value is 80 (31.64% from 255 or 32.26% from 248); Blue value is 119 (46.88% from 255 or 47.98% from 248); Max value from RGB is 119 - color contains mainly: blue. Hex color #315077 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315077 is #CEAF88. Grayscale: #4A4A4A. Windows color (decimal): -13545353 or 7819313. OLE color: 7819313.

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

Color convert

RGB4980119-
CMYK0.590.3300.53
HSL213.43º41.67%32.94%-
HSV(B)213.43º58.82%46.67%-
XYZ7.477.7218.55-
YUV75.18152.73109.33-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.76%
GREEN value IS 80 (31.64% from 255) = 32.26%
BLUE value IS 119 (46.88% from 255) = 47.98%
R=19.76%
G=32.26%
B=47.98%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal49801190.590.3300.53213.4341.6732.94
Hex3150773B21035d52a21
Octal6112016773410653255241
Binary11000110100001110111111011100001011010111010101101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315077; }

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

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

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

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

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

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

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

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