#31558B

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

Shades of St Tropaz #31558B

Tints of St Tropaz #31558B

Color information

#31558B (or 0x31558B) is unknown color: approx St Tropaz. HEX triplet: 31, 55 and 8B. RGB value is (49,85,139). Sum of RGB (Red+Green+Blue) = 49+85+139=273 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.95% from 273); Green value is 85 (33.59% from 255 or 31.14% from 273); Blue value is 139 (54.69% from 255 or 50.92% from 273); Max value from RGB is 139 - color contains mainly: blue. Hex color #31558B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #31558B is #CEAA74. Grayscale: #505050. Windows color (decimal): -13544053 or 9131313. OLE color: 9131313.

HSL color Cylindrical-coordinate representation of color #31558B: hue angle of 216º 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 #31558B is Cyan = 0.65, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB4985139-
CMYK0.650.3900.45
HSL216º47.87%36.86%-
HSV(B)216º64.75%54.51%-
XYZ9.189.0125.68-
YUV80.39161.07105.61-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.95%
GREEN value IS 85 (33.59% from 255) = 31.14%
BLUE value IS 139 (54.69% from 255) = 50.92%
R=17.95%
G=31.14%
B=50.92%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal49851390.650.3900.4521647.8736.86
Hex31558B412702Dd83025
Octal61125213101470553306045
Binary1100011010101100010111000001100111010110111011000110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31558B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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