#31527E

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

Shades of St Tropaz #31527E

Tints of St Tropaz #31527E

Color information

#31527E (or 0x31527E) is unknown color: approx St Tropaz. HEX triplet: 31, 52 and 7E. RGB value is (49,82,126). Sum of RGB (Red+Green+Blue) = 49+82+126=257 (34% of max value = 765). Red value is 49 (19.53% from 255 or 19.07% from 257); Green value is 82 (32.42% from 255 or 31.91% from 257); Blue value is 126 (49.61% from 255 or 49.03% from 257); Max value from RGB is 126 - color contains mainly: blue. Hex color #31527E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31527E is #CEAD81. Grayscale: #4C4C4C. Windows color (decimal): -13544834 or 8278577. OLE color: 8278577.

HSL color Cylindrical-coordinate representation of color #31527E: hue angle of 214.29º 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 #31527E is Cyan = 0.61, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB4982126-
CMYK0.610.3500.51
HSL214.29º44%34.31%-
HSV(B)214.29º61.11%49.41%-
XYZ8.058.1920.9-
YUV77.15155.57107.92-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.07%
GREEN value IS 82 (32.42% from 255) = 31.91%
BLUE value IS 126 (49.61% from 255) = 49.03%
R=19.07%
G=31.91%
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.51
SystemRedGreenBlueCMYKHSL
Decimal49821260.610.3500.51214.294434.31
Hex31527E3D23033d62c22
Octal6112217675430633265442
Binary11000110100101111110111101100011011001111010110101100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31527E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31527E; }

 p { color: rgb(49,82,126); }

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

<style>
 a { background-color: #31527E; }

 a { background-color: rgb(49,82,126); }

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

<style>
 span { border-color: #31527E; }

 span { border-color: rgb(49,82,126); }

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