#31588A

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

Shades of St Tropaz #31588A

Tints of St Tropaz #31588A

Color information

#31588A (or 0x31588A) is unknown color: approx St Tropaz. HEX triplet: 31, 58 and 8A. RGB value is (49,88,138). Sum of RGB (Red+Green+Blue) = 49+88+138=275 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.82% from 275); Green value is 88 (34.77% from 255 or 32% from 275); Blue value is 138 (54.30% from 255 or 50.18% from 275); Max value from RGB is 138 - color contains mainly: blue. Hex color #31588A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #31588A is #CEA775. Grayscale: #515151. Windows color (decimal): -13543286 or 9066545. OLE color: 9066545.

HSL color Cylindrical-coordinate representation of color #31588A: hue angle of 213.71º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #31588A is Cyan = 0.64, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB4988138-
CMYK0.640.3600.46
HSL213.71º47.59%36.67%-
HSV(B)213.71º64.49%54.12%-
XYZ9.349.4725.38-
YUV82.04159.58104.43-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.82%
GREEN value IS 88 (34.77% from 255) = 32%
BLUE value IS 138 (54.30% from 255) = 50.18%
R=17.82%
G=32%
B=50.18%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal49881380.640.3600.46213.7147.5936.67
Hex31588A402402Ed63025
Octal61130212100440563266045
Binary1100011011000100010101000000100100010111011010110110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31588A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31588A; }

 p { color: rgb(49,88,138); }

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

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

 a { background-color: rgb(49,88,138); }

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

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

 span { border-color: rgb(49,88,138); }

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