Html Css Color HEX #315180 St Tropaz

📋 copy color: '#315180'

red 49 ◦ green 81 ◦ blue 128

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

Shades of St Tropaz #315180

Tints of St Tropaz #315180

RGB

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

 GREEN value IS 81 (32.03% from 255) = 31.4%

 BLUE value IS 128 (50.39% from 255) = 49.61%

R = 18.99%
G = 31.4%
B = 49.61%

CMYK

 C value IS 0.62

 M value IS 0.37

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#315180 (or 0x315180) is known color: St Tropaz. HEX triplet: 31, 51 and 80. RGB value is (49,81,128). Sum of RGB (Red+Green+Blue) = 49+81+128=258 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.99% from 258); Green value is 81 (32.03% from 255 or 31.40% from 258); Blue value is 128 (50.39% from 255 or 49.61% from 258); Max value from RGB is 128 - color contains mainly: blue. Hex color #315180 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315180 is #CEAE7F. Grayscale: #4C4C4C. Windows color (decimal): -13545088 or 8409393. OLE color: 8409393.

HSL color Cylindrical-coordinate representation of color #315180: hue angle of 215.7º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #315180 is Cyan = 0.62, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 49 81 128 -
CMYK 0.62 0.37 0 0.50
HSL 215.7º 0.45% 0.35% -
HSV(B) 215.7º 0.62% 0.5% -
XYZ 8.11 8.1 21.56 -
YUV 76.79 156.9 108.18 -
System Red Green Blue C M Y K H S L
Decimal 49 81 128 0.62 0.37 0 0.50 215.7 0.45 0.35
Hex 31 51 80 3E 25 0 32 D8 2D 23
Octal 61 121 200 76 45 0 62 330 55 43
Binary 110001 1010001 10000000 111110 100101 0 110010 11011000 101101 100011

Color Harmonies of #315180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315180

Black with #315180

Text Example


Text Example

White with #315180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315180; }

 p { color: rgb(49,81,128); }

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

background-color css

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

 a { background-color: rgb(49,81,128); }

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

border-color css

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

 span { border-color: rgb(49,81,128); }

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