Html Css Color HEX #315379 St Tropaz

📋 copy color: '#315379'

red 49 ◦ green 83 ◦ blue 121

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

Shades of St Tropaz #315379

Tints of St Tropaz #315379

RGB

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

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

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

R = 19.37%
G = 32.81%
B = 47.83%

CMYK

 C value IS 0.60

 M value IS 0.31

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#315379 (or 0x315379) is known color: St Tropaz. HEX triplet: 31, 53 and 79. RGB value is (49,83,121). Sum of RGB (Red+Green+Blue) = 49+83+121=253 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.37% from 253); Green value is 83 (32.81% from 255 or 32.81% from 253); Blue value is 121 (47.66% from 255 or 47.83% from 253); Max value from RGB is 121 - color contains mainly: blue. Hex color #315379 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315379 is #CEAC86. Grayscale: #4C4C4C. Windows color (decimal): -13544583 or 7951153. OLE color: 7951153.

HSL color Cylindrical-coordinate representation of color #315379: hue angle of 211.67º 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 #315379 is Cyan = 0.60, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 49 83 121 -
CMYK 0.60 0.31 0 0.53
HSL 211.67º 0.42% 0.33% -
HSV(B) 211.67º 0.6% 0.47% -
XYZ 7.81 8.22 19.26 -
YUV 77.17 152.74 107.91 -
System Red Green Blue C M Y K H S L
Decimal 49 83 121 0.60 0.31 0 0.53 211.67 0.42 0.33
Hex 31 53 79 3C 1F 0 35 D4 2A 21
Octal 61 123 171 74 37 0 65 324 52 41
Binary 110001 1010011 1111001 111100 11111 0 110101 11010100 101010 100001

Color Harmonies of #315379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315379

Black with #315379

Text Example


Text Example

White with #315379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315379; }

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

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

background-color css

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

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

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

border-color css

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

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

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