Html Css Color HEX #315481 St Tropaz

📋 copy color: '#315481'

red 49 ◦ green 84 ◦ blue 129

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

Shades of St Tropaz #315481

Tints of St Tropaz #315481

RGB

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

 GREEN value IS 84 (33.2% from 255) = 32.06%

 BLUE value IS 129 (50.78% from 255) = 49.24%

R = 18.7%
G = 32.06%
B = 49.24%

CMYK

 C value IS 0.62

 M value IS 0.35

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#315481 (or 0x315481) is known color: St Tropaz. HEX triplet: 31, 54 and 81. RGB value is (49,84,129). Sum of RGB (Red+Green+Blue) = 49+84+129=262 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.70% from 262); Green value is 84 (33.20% from 255 or 32.06% from 262); Blue value is 129 (50.78% from 255 or 49.24% from 262); Max value from RGB is 129 - color contains mainly: blue. Hex color #315481 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315481 is #CEAB7E. Grayscale: #4E4E4E. Windows color (decimal): -13544319 or 8475697. OLE color: 8475697.

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

Color convert

RGB 49 84 129 -
CMYK 0.62 0.35 0 0.49
HSL 213.75º 0.45% 0.35% -
HSV(B) 213.75º 0.62% 0.51% -
XYZ 8.4 8.58 21.98 -
YUV 78.67 156.4 106.84 -
System Red Green Blue C M Y K H S L
Decimal 49 84 129 0.62 0.35 0 0.49 213.75 0.45 0.35
Hex 31 54 81 3E 23 0 31 D6 2D 23
Octal 61 124 201 76 43 0 61 326 55 43
Binary 110001 1010100 10000001 111110 100011 0 110001 11010110 101101 100011

Color Harmonies of #315481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315481

Black with #315481

Text Example


Text Example

White with #315481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315481; }

 p { color: rgb(49,84,129); }

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

background-color css

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

 a { background-color: rgb(49,84,129); }

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

border-color css

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

 span { border-color: rgb(49,84,129); }

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