Html Css Color HEX #315487 St Tropaz

📋 copy color: '#315487'

red 49 ◦ green 84 ◦ blue 135

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

Shades of St Tropaz #315487

Tints of St Tropaz #315487

RGB

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

 GREEN value IS 84 (33.2% from 255) = 31.34%

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

R = 18.28%
G = 31.34%
B = 50.37%

CMYK

 C value IS 0.64

 M value IS 0.38

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#315487 (or 0x315487) is known color: St Tropaz. HEX triplet: 31, 54 and 87. RGB value is (49,84,135). Sum of RGB (Red+Green+Blue) = 49+84+135=268 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.28% from 268); Green value is 84 (33.20% from 255 or 31.34% from 268); Blue value is 135 (53.12% from 255 or 50.37% from 268); Max value from RGB is 135 - color contains mainly: blue. Hex color #315487 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315487 is #CEAB78. Grayscale: #4F4F4F. Windows color (decimal): -13544313 or 8868913. OLE color: 8868913.

HSL color Cylindrical-coordinate representation of color #315487: hue angle of 215.58º 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 #315487 is Cyan = 0.64, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 49 84 135 -
CMYK 0.64 0.38 0 0.47
HSL 215.58º 0.47% 0.36% -
HSV(B) 215.58º 0.64% 0.53% -
XYZ 8.81 8.74 24.14 -
YUV 79.35 159.4 106.35 -
System Red Green Blue C M Y K H S L
Decimal 49 84 135 0.64 0.38 0 0.47 215.58 0.47 0.36
Hex 31 54 87 40 26 0 2F D8 2F 24
Octal 61 124 207 100 46 0 57 330 57 44
Binary 110001 1010100 10000111 1000000 100110 0 101111 11011000 101111 100100

Color Harmonies of #315487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315487

Black with #315487

Text Example


Text Example

White with #315487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315487; }

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

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

background-color css

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

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

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

border-color css

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

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

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