Html Css Color HEX #315581 St Tropaz

📋 copy color: '#315581'

red 49 ◦ green 85 ◦ blue 129

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

Shades of St Tropaz #315581

Tints of St Tropaz #315581

RGB

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

 GREEN value IS 85 (33.59% from 255) = 32.32%

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

R = 18.63%
G = 32.32%
B = 49.05%

CMYK

 C value IS 0.62

 M value IS 0.34

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#315581 (or 0x315581) is known color: St Tropaz. HEX triplet: 31, 55 and 81. RGB value is (49,85,129). Sum of RGB (Red+Green+Blue) = 49+85+129=263 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.63% from 263); Green value is 85 (33.59% from 255 or 32.32% from 263); Blue value is 129 (50.78% from 255 or 49.05% from 263); Max value from RGB is 129 - color contains mainly: blue. Hex color #315581 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315581 is #CEAA7E. Grayscale: #4F4F4F. Windows color (decimal): -13544063 or 8475953. OLE color: 8475953.

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

Color convert

RGB 49 85 129 -
CMYK 0.62 0.34 0 0.49
HSL 213º 0.45% 0.35% -
HSV(B) 213º 0.62% 0.51% -
XYZ 8.48 8.73 22.01 -
YUV 79.25 156.07 106.42 -
System Red Green Blue C M Y K H S L
Decimal 49 85 129 0.62 0.34 0 0.49 213 0.45 0.35
Hex 31 55 81 3E 22 0 31 D5 2D 23
Octal 61 125 201 76 42 0 61 325 55 43
Binary 110001 1010101 10000001 111110 100010 0 110001 11010101 101101 100011

Color Harmonies of #315581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315581

Black with #315581

Text Example


Text Example

White with #315581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315581; }

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

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

background-color css

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

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

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

border-color css

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

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

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