Html Css Color HEX #315987 St Tropaz

📋 copy color: '#315987'

red 49 ◦ green 89 ◦ blue 135

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

Shades of St Tropaz #315987

Tints of St Tropaz #315987

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 49.45%

R = 17.95%
G = 32.6%
B = 49.45%

CMYK

 C value IS 0.64

 M value IS 0.34

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#315987 (or 0x315987) is known color: St Tropaz. HEX triplet: 31, 59 and 87. RGB value is (49,89,135). Sum of RGB (Red+Green+Blue) = 49+89+135=273 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.95% from 273); Green value is 89 (35.16% from 255 or 32.60% from 273); Blue value is 135 (53.12% from 255 or 49.45% from 273); Max value from RGB is 135 - color contains mainly: blue. Hex color #315987 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315987 is #CEA678. Grayscale: #525252. Windows color (decimal): -13543033 or 8870193. OLE color: 8870193.

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

Color convert

RGB 49 89 135 -
CMYK 0.64 0.34 0 0.47
HSL 212.09º 0.47% 0.36% -
HSV(B) 212.09º 0.64% 0.53% -
XYZ 9.21 9.55 24.28 -
YUV 82.28 157.75 104.26 -
System Red Green Blue C M Y K H S L
Decimal 49 89 135 0.64 0.34 0 0.47 212.09 0.47 0.36
Hex 31 59 87 40 22 0 2F D4 2F 24
Octal 61 131 207 100 42 0 57 324 57 44
Binary 110001 1011001 10000111 1000000 100010 0 101111 11010100 101111 100100

Color Harmonies of #315987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315987

Black with #315987

Text Example


Text Example

White with #315987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315987; }

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

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

background-color css

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

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

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

border-color css

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

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

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