Html Css Color HEX #315079 St Tropaz

📋 copy color: '#315079'

red 49 ◦ green 80 ◦ blue 121

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

Shades of St Tropaz #315079

Tints of St Tropaz #315079

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 48.4%

R = 19.6%
G = 32%
B = 48.4%

CMYK

 C value IS 0.60

 M value IS 0.34

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#315079 (or 0x315079) is known color: St Tropaz. HEX triplet: 31, 50 and 79. RGB value is (49,80,121). Sum of RGB (Red+Green+Blue) = 49+80+121=250 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.6% from 250); Green value is 80 (31.64% from 255 or 32% from 250); Blue value is 121 (47.66% from 255 or 48.4% from 250); Max value from RGB is 121 - color contains mainly: blue. Hex color #315079 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315079 is #CEAF86. Grayscale: #4B4B4B. Windows color (decimal): -13545351 or 7950385. OLE color: 7950385.

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

Color convert

RGB 49 80 121 -
CMYK 0.60 0.34 0 0.53
HSL 214.17º 0.42% 0.33% -
HSV(B) 214.17º 0.6% 0.47% -
XYZ 7.59 7.77 19.19 -
YUV 75.41 153.73 109.17 -
System Red Green Blue C M Y K H S L
Decimal 49 80 121 0.60 0.34 0 0.53 214.17 0.42 0.33
Hex 31 50 79 3C 22 0 35 D6 2A 21
Octal 61 120 171 74 42 0 65 326 52 41
Binary 110001 1010000 1111001 111100 100010 0 110101 11010110 101010 100001

Color Harmonies of #315079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315079

Black with #315079

Text Example


Text Example

White with #315079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315079; }

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

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

background-color css

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

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

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

border-color css

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

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

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