#31517B

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

Shades of St Tropaz #31517B

Tints of St Tropaz #31517B

Color information

#31517B (or 0x31517B) is unknown color: approx St Tropaz. HEX triplet: 31, 51 and 7B. RGB value is (49,81,123). Sum of RGB (Red+Green+Blue) = 49+81+123=253 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.37% from 253); Green value is 81 (32.03% from 255 or 32.02% from 253); Blue value is 123 (48.44% from 255 or 48.62% from 253); Max value from RGB is 123 - color contains mainly: blue. Hex color #31517B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31517B is #CEAE84. Grayscale: #4C4C4C. Windows color (decimal): -13545093 or 8081713. OLE color: 8081713.

HSL color Cylindrical-coordinate representation of color #31517B: hue angle of 214.05º 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 #31517B is Cyan = 0.60, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB4981123-
CMYK0.600.3400.52
HSL214.05º43.02%33.73%-
HSV(B)214.05º60.16%48.24%-
XYZ7.787.9719.87-
YUV76.22154.4108.58-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.37%
GREEN value IS 81 (32.03% from 255) = 32.02%
BLUE value IS 123 (48.44% from 255) = 48.62%
R=19.37%
G=32.02%
B=48.62%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal49811230.600.3400.52214.0543.0233.73
Hex31517B3C22034d62b22
Octal6112117374420643265342
Binary11000110100011111011111100100010011010011010110101011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31517B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31517B; }

 p { color: rgb(49,81,123); }

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

<style>
 a { background-color: #31517B; }

 a { background-color: rgb(49,81,123); }

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

<style>
 span { border-color: #31517B; }

 span { border-color: rgb(49,81,123); }

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