#31558D

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

Shades of St Tropaz #31558D

Tints of St Tropaz #31558D

Color information

#31558D (or 0x31558D) is unknown color: approx St Tropaz. HEX triplet: 31, 55 and 8D. RGB value is (49,85,141). Sum of RGB (Red+Green+Blue) = 49+85+141=275 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.82% from 275); Green value is 85 (33.59% from 255 or 30.91% from 275); Blue value is 141 (55.47% from 255 or 51.27% from 275); Max value from RGB is 141 - color contains mainly: blue. Hex color #31558D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #31558D is #CEAA72. Grayscale: #505050. Windows color (decimal): -13544051 or 9262385. OLE color: 9262385.

HSL color Cylindrical-coordinate representation of color #31558D: hue angle of 216.52º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #31558D is Cyan = 0.65, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB4985141-
CMYK0.650.4000.45
HSL216.52º48.42%37.25%-
HSV(B)216.52º65.25%55.29%-
XYZ9.329.0726.46-
YUV80.62162.07105.45-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.82%
GREEN value IS 85 (33.59% from 255) = 30.91%
BLUE value IS 141 (55.47% from 255) = 51.27%
R=17.82%
G=30.91%
B=51.27%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal49851410.650.4000.45216.5248.4237.25
Hex31558D412802Dd93025
Octal61125215101500553316045
Binary1100011010101100011011000001101000010110111011001110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31558D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31558D; }

 p { color: rgb(49,85,141); }

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

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

 a { background-color: rgb(49,85,141); }

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

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

 span { border-color: rgb(49,85,141); }

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