#315983

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

Shades of St Tropaz #315983

Tints of St Tropaz #315983

Color information

#315983 (or 0x315983) is unknown color: approx St Tropaz. HEX triplet: 31, 59 and 83. RGB value is (49,89,131). Sum of RGB (Red+Green+Blue) = 49+89+131=269 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.22% from 269); Green value is 89 (35.16% from 255 or 33.09% from 269); Blue value is 131 (51.56% from 255 or 48.70% from 269); Max value from RGB is 131 - color contains mainly: blue. Hex color #315983 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315983 is #CEA67C. Grayscale: #515151. Windows color (decimal): -13543037 or 8608049. OLE color: 8608049.

HSL color Cylindrical-coordinate representation of color #315983: hue angle of 210.73º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #315983 is Cyan = 0.63, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB4989131-
CMYK0.630.3200.49
HSL210.73º45.56%35.29%-
HSV(B)210.73º62.6%51.37%-
XYZ8.949.4422.82-
YUV81.83155.75104.58-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.22%
GREEN value IS 89 (35.16% from 255) = 33.09%
BLUE value IS 131 (51.56% from 255) = 48.70%
R=18.22%
G=33.09%
B=48.70%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal49891310.630.3200.49210.7345.5635.29
Hex3159833F20031d32e23
Octal6113120377400613235643
Binary110001101100110000011111111100000011000111010011101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315983; }

 p { color: rgb(49,89,131); }

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

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

 a { background-color: rgb(49,89,131); }

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

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

 span { border-color: rgb(49,89,131); }

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