Html Css Color HEX #315386 St Tropaz

📋 copy color: '#315386'

red 49 ◦ green 83 ◦ blue 134

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

Shades of St Tropaz #315386

Tints of St Tropaz #315386

RGB

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

 GREEN value IS 83 (32.81% from 255) = 31.2%

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

R = 18.42%
G = 31.2%
B = 50.38%

CMYK

 C value IS 0.63

 M value IS 0.38

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#315386 (or 0x315386) is known color: St Tropaz. HEX triplet: 31, 53 and 86. RGB value is (49,83,134). Sum of RGB (Red+Green+Blue) = 49+83+134=266 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.42% from 266); Green value is 83 (32.81% from 255 or 31.20% from 266); Blue value is 134 (52.73% from 255 or 50.38% from 266); Max value from RGB is 134 - color contains mainly: blue. Hex color #315386 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315386 is #CEAC79. Grayscale: #4E4E4E. Windows color (decimal): -13544570 or 8803121. OLE color: 8803121.

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

Color convert

RGB 49 83 134 -
CMYK 0.63 0.38 0 0.47
HSL 216º 0.46% 0.36% -
HSV(B) 216º 0.63% 0.53% -
XYZ 8.66 8.56 23.75 -
YUV 78.65 159.24 106.85 -
System Red Green Blue C M Y K H S L
Decimal 49 83 134 0.63 0.38 0 0.47 216 0.46 0.36
Hex 31 53 86 3F 26 0 2F D8 2E 24
Octal 61 123 206 77 46 0 57 330 56 44
Binary 110001 1010011 10000110 111111 100110 0 101111 11011000 101110 100100

Color Harmonies of #315386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315386

Black with #315386

Text Example


Text Example

White with #315386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315386; }

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

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

background-color css

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

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

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

border-color css

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

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

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