Html Css Color HEX #31527C St Tropaz

📋 copy color: '#31527C'

red 49 ◦ green 82 ◦ blue 124

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

Shades of St Tropaz #31527C

Tints of St Tropaz #31527C

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 value IS 0.60

 M value IS 0.34

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#31527C (or 0x31527C) is known color: 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

RGB 49 82 124 -
CMYK 0.60 0.34 0 0.51
HSL 213.6º 0.43% 0.34% -
HSV(B) 213.6º 0.6% 0.49% -
XYZ 7.92 8.14 20.22 -
YUV 76.92 154.57 108.08 -
System Red Green Blue C M Y K H S L
Decimal 49 82 124 0.60 0.34 0 0.51 213.6 0.43 0.34
Hex 31 52 7C 3C 22 0 33 D6 2B 22
Octal 61 122 174 74 42 0 63 326 53 42
Binary 110001 1010010 1111100 111100 100010 0 110011 11010110 101011 100010

Color Harmonies of #31527C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31527C

Black with #31527C

Text Example


Text Example

White with #31527C

Text Example


Text Example

HTML Codes & Css Web 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>