#31527F

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

Shades of St Tropaz #31527F

Tints of St Tropaz #31527F

Color information

#31527F (or 0x31527F) is unknown color: approx St Tropaz. HEX triplet: 31, 52 and 7F. RGB value is (49,82,127). Sum of RGB (Red+Green+Blue) = 49+82+127=258 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.99% from 258); Green value is 82 (32.42% from 255 or 31.78% from 258); Blue value is 127 (50% from 255 or 49.22% from 258); Max value from RGB is 127 - color contains mainly: blue. Hex color #31527F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31527F is #CEAD80. Grayscale: #4D4D4D. Windows color (decimal): -13544833 or 8344113. OLE color: 8344113.

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

Color convert

RGB4982127-
CMYK0.610.3500.50
HSL214.62º44.32%34.51%-
HSV(B)214.62º61.42%49.8%-
XYZ8.118.2221.24-
YUV77.26156.07107.84-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.99%
GREEN value IS 82 (32.42% from 255) = 31.78%
BLUE value IS 127 (50% from 255) = 49.22%
R=18.99%
G=31.78%
B=49.22%

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
Decimal49821270.610.3500.50214.6244.3234.51
Hex31527F3D23032d72c23
Octal6112217775430623275443
Binary11000110100101111111111101100011011001011010111101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31527F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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