#31527D

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

Shades of St Tropaz #31527D

Tints of St Tropaz #31527D

Color information

#31527D (or 0x31527D) is unknown color: approx St Tropaz. HEX triplet: 31, 52 and 7D. RGB value is (49,82,125). Sum of RGB (Red+Green+Blue) = 49+82+125=256 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.14% from 256); Green value is 82 (32.42% from 255 or 32.03% from 256); Blue value is 125 (49.22% from 255 or 48.83% from 256); Max value from RGB is 125 - color contains mainly: blue. Hex color #31527D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31527D is #CEAD82. Grayscale: #4C4C4C. Windows color (decimal): -13544835 or 8213041. OLE color: 8213041.

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

Color convert

RGB4982125-
CMYK0.610.3400.51
HSL213.95º43.68%34.12%-
HSV(B)213.95º60.8%49.02%-
XYZ7.998.1720.56-
YUV77.04155.07108-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.14%
GREEN value IS 82 (32.42% from 255) = 32.03%
BLUE value IS 125 (49.22% from 255) = 48.83%
R=19.14%
G=32.03%
B=48.83%

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
Decimal49821250.610.3400.51213.9543.6834.12
Hex31527D3D22033d62c22
Octal6112217575420633265442
Binary11000110100101111101111101100010011001111010110101100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31527D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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