#31527A

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

Shades of St Tropaz #31527A

Tints of St Tropaz #31527A

Color information

#31527A (or 0x31527A) is unknown color: approx St Tropaz. HEX triplet: 31, 52 and 7A. RGB value is (49,82,122). Sum of RGB (Red+Green+Blue) = 49+82+122=253 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.37% from 253); Green value is 82 (32.42% from 255 or 32.41% from 253); Blue value is 122 (48.05% from 255 or 48.22% from 253); Max value from RGB is 122 - color contains mainly: blue. Hex color #31527A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31527A is #CEAD85. Grayscale: #4C4C4C. Windows color (decimal): -13544838 or 8016433. OLE color: 8016433.

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

Color convert

RGB4982122-
CMYK0.600.3300.52
HSL212.88º42.69%33.53%-
HSV(B)212.88º59.84%47.84%-
XYZ7.88.0919.56-
YUV76.69153.57108.25-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.37%
GREEN value IS 82 (32.42% from 255) = 32.41%
BLUE value IS 122 (48.05% from 255) = 48.22%
R=19.37%
G=32.41%
B=48.22%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal49821220.600.3300.52212.8842.6933.53
Hex31527A3C21034d52b22
Octal6112217274410643255342
Binary11000110100101111010111100100001011010011010101101011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31527A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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