#31537F

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

Shades of St Tropaz #31537F

Tints of St Tropaz #31537F

Color information

#31537F (or 0x31537F) is unknown color: approx St Tropaz. HEX triplet: 31, 53 and 7F. RGB value is (49,83,127). Sum of RGB (Red+Green+Blue) = 49+83+127=259 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.92% from 259); Green value is 83 (32.81% from 255 or 32.05% from 259); Blue value is 127 (50% from 255 or 49.03% from 259); Max value from RGB is 127 - color contains mainly: blue. Hex color #31537F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31537F is #CEAC80. Grayscale: #4D4D4D. Windows color (decimal): -13544577 or 8344369. OLE color: 8344369.

HSL color Cylindrical-coordinate representation of color #31537F: hue angle of 213.85º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #31537F is Cyan = 0.61, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB4983127-
CMYK0.610.3500.50
HSL213.85º44.32%34.51%-
HSV(B)213.85º61.42%49.8%-
XYZ8.198.3721.26-
YUV77.85155.74107.42-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.92%
GREEN value IS 83 (32.81% from 255) = 32.05%
BLUE value IS 127 (50% from 255) = 49.03%
R=18.92%
G=32.05%
B=49.03%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal49831270.610.3500.50213.8544.3234.51
Hex31537F3D23032d62c23
Octal6112317775430623265443
Binary11000110100111111111111101100011011001011010110101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31537F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31537F; }

 p { color: rgb(49,83,127); }

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

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

 a { background-color: rgb(49,83,127); }

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

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

 span { border-color: rgb(49,83,127); }

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