#31527C

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

Shades of St Tropaz #31527C

Tints of St Tropaz #31527C

Color information

#31527C (or 0x31527C) is unknown color: approx St Tropaz. HEX triplet: 31, 52 and 7C. RGB value is (49,82,124). Sum of RGB (Red+Green+Blue) = 49+82+124=255 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.22% from 255); Green value is 82 (32.42% from 255 or 32.16% from 255); Blue value is 124 (48.83% from 255 or 48.63% from 255); Max value from RGB is 124 - color contains mainly: blue. Hex color #31527C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31527C is #CEAD83. Grayscale: #4C4C4C. Windows color (decimal): -13544836 or 8147505. OLE color: 8147505.

HSL color Cylindrical-coordinate representation of color #31527C: hue angle of 213.6º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #31527C is Cyan = 0.60, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB4982124-
CMYK0.600.3400.51
HSL213.6º43.35%33.92%-
HSV(B)213.6º60.48%48.63%-
XYZ7.928.1420.22-
YUV76.92154.57108.08-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.22%
GREEN value IS 82 (32.42% from 255) = 32.16%
BLUE value IS 124 (48.83% from 255) = 48.63%
R=19.22%
G=32.16%
B=48.63%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal49821240.600.3400.51213.643.3533.92
Hex31527C3C22033d62b22
Octal6112217474420633265342
Binary11000110100101111100111100100010011001111010110101011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31527C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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