Html Css Color HEX #315986 St Tropaz

📋 copy color: '#315986'

red 49 ◦ green 89 ◦ blue 134

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

Shades of St Tropaz #315986

Tints of St Tropaz #315986

RGB

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

 GREEN value IS 89 (35.16% from 255) = 32.72%

 BLUE value IS 134 (52.73% from 255) = 49.26%

R = 18.01%
G = 32.72%
B = 49.26%

CMYK

 C value IS 0.63

 M value IS 0.34

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#315986 (or 0x315986) is known color: St Tropaz. HEX triplet: 31, 59 and 86. RGB value is (49,89,134). Sum of RGB (Red+Green+Blue) = 49+89+134=272 (36% of max value = 765). Red value is 49 (19.53% from 255 or 18.01% from 272); Green value is 89 (35.16% from 255 or 32.72% from 272); Blue value is 134 (52.73% from 255 or 49.26% from 272); Max value from RGB is 134 - color contains mainly: blue. Hex color #315986 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315986 is #CEA679. Grayscale: #515151. Windows color (decimal): -13543034 or 8804657. OLE color: 8804657.

HSL color Cylindrical-coordinate representation of color #315986: hue angle of 211.76º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #315986 is Cyan = 0.63, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 49 89 134 -
CMYK 0.63 0.34 0 0.47
HSL 211.76º 0.46% 0.36% -
HSV(B) 211.76º 0.63% 0.53% -
XYZ 9.14 9.52 23.91 -
YUV 82.17 157.25 104.34 -
System Red Green Blue C M Y K H S L
Decimal 49 89 134 0.63 0.34 0 0.47 211.76 0.46 0.36
Hex 31 59 86 3F 22 0 2F D4 2E 24
Octal 61 131 206 77 42 0 57 324 56 44
Binary 110001 1011001 10000110 111111 100010 0 101111 11010100 101110 100100

Color Harmonies of #315986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315986

Black with #315986

Text Example


Text Example

White with #315986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315986; }

 p { color: rgb(49,89,134); }

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

background-color css

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

 a { background-color: rgb(49,89,134); }

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

border-color css

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

 span { border-color: rgb(49,89,134); }

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