Html Css Color HEX #315780 St Tropaz

📋 copy color: '#315780'

red 49 ◦ green 87 ◦ blue 128

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

Shades of St Tropaz #315780

Tints of St Tropaz #315780

RGB

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

 GREEN value IS 87 (34.38% from 255) = 32.95%

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

R = 18.56%
G = 32.95%
B = 48.48%

CMYK

 C value IS 0.62

 M value IS 0.32

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#315780 (or 0x315780) is known color: St Tropaz. HEX triplet: 31, 57 and 80. RGB value is (49,87,128). Sum of RGB (Red+Green+Blue) = 49+87+128=264 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.56% from 264); Green value is 87 (34.38% from 255 or 32.95% from 264); Blue value is 128 (50.39% from 255 or 48.48% from 264); Max value from RGB is 128 - color contains mainly: blue. Hex color #315780 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315780 is #CEA87F. Grayscale: #505050. Windows color (decimal): -13543552 or 8410929. OLE color: 8410929.

HSL color Cylindrical-coordinate representation of color #315780: hue angle of 211.14º 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 #315780 is Cyan = 0.62, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 49 87 128 -
CMYK 0.62 0.32 0 0.50
HSL 211.14º 0.45% 0.35% -
HSV(B) 211.14º 0.62% 0.5% -
XYZ 8.57 9.03 21.71 -
YUV 80.31 154.91 105.67 -
System Red Green Blue C M Y K H S L
Decimal 49 87 128 0.62 0.32 0 0.50 211.14 0.45 0.35
Hex 31 57 80 3E 20 0 32 D3 2D 23
Octal 61 127 200 76 40 0 62 323 55 43
Binary 110001 1010111 10000000 111110 100000 0 110010 11010011 101101 100011

Color Harmonies of #315780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315780

Black with #315780

Text Example


Text Example

White with #315780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315780; }

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

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

background-color css

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

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

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

border-color css

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

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

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