Html Css Color HEX #31517F St Tropaz

📋 copy color: '#31517F'

red 49 ◦ green 81 ◦ blue 127

#31517F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of St Tropaz #31517F

Tints of St Tropaz #31517F

RGB

 RED value IS 49 (19.53% from 255) = 19.07%

 GREEN value IS 81 (32.03% from 255) = 31.52%

 BLUE value IS 127 (50% from 255) = 49.42%

R = 19.07%
G = 31.52%
B = 49.42%

CMYK

 C value IS 0.61

 M value IS 0.36

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#31517F (or 0x31517F) is known color: St Tropaz. HEX triplet: 31, 51 and 7F. RGB value is (49,81,127). Sum of RGB (Red+Green+Blue) = 49+81+127=257 (34% of max value = 765). Red value is 49 (19.53% from 255 or 19.07% from 257); Green value is 81 (32.03% from 255 or 31.52% from 257); Blue value is 127 (50% from 255 or 49.42% from 257); Max value from RGB is 127 - color contains mainly: blue. Hex color #31517F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31517F is #CEAE80. Grayscale: #4C4C4C. Windows color (decimal): -13545089 or 8343857. OLE color: 8343857.

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

Color convert

RGB 49 81 127 -
CMYK 0.61 0.36 0 0.50
HSL 215.38º 0.44% 0.35% -
HSV(B) 215.38º 0.61% 0.5% -
XYZ 8.04 8.07 21.21 -
YUV 76.68 156.4 108.26 -
System Red Green Blue C M Y K H S L
Decimal 49 81 127 0.61 0.36 0 0.50 215.38 0.44 0.35
Hex 31 51 7F 3D 24 0 32 D7 2C 23
Octal 61 121 177 75 44 0 62 327 54 43
Binary 110001 1010001 1111111 111101 100100 0 110010 11010111 101100 100011

Color Harmonies of #31517F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31517F

Black with #31517F

Text Example


Text Example

White with #31517F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #31517F;
 }
 .AnyTagClassName
 {
   color: #31517F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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