#31537D

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

Shades of St Tropaz #31537D

Tints of St Tropaz #31537D

Color information

#31537D (or 0x31537D) is unknown color: approx St Tropaz. HEX triplet: 31, 53 and 7D. RGB value is (49,83,125). Sum of RGB (Red+Green+Blue) = 49+83+125=257 (34% of max value = 765). Red value is 49 (19.53% from 255 or 19.07% from 257); Green value is 83 (32.81% from 255 or 32.30% from 257); Blue value is 125 (49.22% from 255 or 48.64% from 257); Max value from RGB is 125 - color contains mainly: blue. Hex color #31537D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31537D is #CEAC82. Grayscale: #4D4D4D. Windows color (decimal): -13544579 or 8213297. OLE color: 8213297.

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

Color convert

RGB4983125-
CMYK0.610.3400.51
HSL213.16º43.68%34.12%-
HSV(B)213.16º60.8%49.02%-
XYZ8.068.3220.58-
YUV77.62154.74107.58-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.07%
GREEN value IS 83 (32.81% from 255) = 32.30%
BLUE value IS 125 (49.22% from 255) = 48.64%
R=19.07%
G=32.30%
B=48.64%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal49831250.610.3400.51213.1643.6834.12
Hex31537D3D22033d52c22
Octal6112317575420633255442
Binary11000110100111111101111101100010011001111010101101100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31537D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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