Html Css Color HEX #315077 St Tropaz

📋 copy color: '#315077'

red 49 ◦ green 80 ◦ blue 119

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

Shades of St Tropaz #315077

Tints of St Tropaz #315077

RGB

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

 GREEN value IS 80 (31.64% from 255) = 32.26%

 BLUE value IS 119 (46.88% from 255) = 47.98%

R = 19.76%
G = 32.26%
B = 47.98%

CMYK

 C value IS 0.59

 M value IS 0.33

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#315077 (or 0x315077) is known color: St Tropaz. HEX triplet: 31, 50 and 77. RGB value is (49,80,119). Sum of RGB (Red+Green+Blue) = 49+80+119=248 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.76% from 248); Green value is 80 (31.64% from 255 or 32.26% from 248); Blue value is 119 (46.88% from 255 or 47.98% from 248); Max value from RGB is 119 - color contains mainly: blue. Hex color #315077 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315077 is #CEAF88. Grayscale: #4A4A4A. Windows color (decimal): -13545353 or 7819313. OLE color: 7819313.

HSL color Cylindrical-coordinate representation of color #315077: hue angle of 213.43º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #315077 is Cyan = 0.59, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 49 80 119 -
CMYK 0.59 0.33 0 0.53
HSL 213.43º 0.42% 0.33% -
HSV(B) 213.43º 0.59% 0.47% -
XYZ 7.47 7.72 18.55 -
YUV 75.18 152.73 109.33 -
System Red Green Blue C M Y K H S L
Decimal 49 80 119 0.59 0.33 0 0.53 213.43 0.42 0.33
Hex 31 50 77 3B 21 0 35 D5 2A 21
Octal 61 120 167 73 41 0 65 325 52 41
Binary 110001 1010000 1110111 111011 100001 0 110101 11010101 101010 100001

Color Harmonies of #315077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315077

Black with #315077

Text Example


Text Example

White with #315077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315077; }

 p { color: rgb(49,80,119); }

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

background-color css

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

 a { background-color: rgb(49,80,119); }

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

border-color css

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

 span { border-color: rgb(49,80,119); }

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