Html Css Color HEX #315686 St Tropaz

📋 copy color: '#315686'

red 49 ◦ green 86 ◦ blue 134

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

Shades of St Tropaz #315686

Tints of St Tropaz #315686

RGB

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

 GREEN value IS 86 (33.98% from 255) = 31.97%

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

R = 18.22%
G = 31.97%
B = 49.81%

CMYK

 C value IS 0.63

 M value IS 0.36

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#315686 (or 0x315686) is known color: St Tropaz. HEX triplet: 31, 56 and 86. RGB value is (49,86,134). Sum of RGB (Red+Green+Blue) = 49+86+134=269 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.22% from 269); Green value is 86 (33.98% from 255 or 31.97% from 269); Blue value is 134 (52.73% from 255 or 49.81% from 269); Max value from RGB is 134 - color contains mainly: blue. Hex color #315686 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315686 is #CEA979. Grayscale: #505050. Windows color (decimal): -13543802 or 8803889. OLE color: 8803889.

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

Color convert

RGB 49 86 134 -
CMYK 0.63 0.36 0 0.47
HSL 213.88º 0.46% 0.36% -
HSV(B) 213.88º 0.63% 0.53% -
XYZ 8.9 9.03 23.83 -
YUV 80.41 158.24 105.6 -
System Red Green Blue C M Y K H S L
Decimal 49 86 134 0.63 0.36 0 0.47 213.88 0.46 0.36
Hex 31 56 86 3F 24 0 2F D6 2E 24
Octal 61 126 206 77 44 0 57 326 56 44
Binary 110001 1010110 10000110 111111 100100 0 101111 11010110 101110 100100

Color Harmonies of #315686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315686

Black with #315686

Text Example


Text Example

White with #315686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315686; }

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

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

background-color css

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

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

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

border-color css

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

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

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