Html Css Color HEX #315580 St Tropaz

📋 copy color: '#315580'

red 49 ◦ green 85 ◦ blue 128

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

Shades of St Tropaz #315580

Tints of St Tropaz #315580

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 48.85%

R = 18.7%
G = 32.44%
B = 48.85%

CMYK

 C value IS 0.62

 M value IS 0.34

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#315580 (or 0x315580) is known color: St Tropaz. HEX triplet: 31, 55 and 80. RGB value is (49,85,128). Sum of RGB (Red+Green+Blue) = 49+85+128=262 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.70% from 262); Green value is 85 (33.59% from 255 or 32.44% from 262); Blue value is 128 (50.39% from 255 or 48.85% from 262); Max value from RGB is 128 - color contains mainly: blue. Hex color #315580 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315580 is #CEAA7F. Grayscale: #4E4E4E. Windows color (decimal): -13544064 or 8410417. OLE color: 8410417.

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

Color convert

RGB 49 85 128 -
CMYK 0.62 0.34 0 0.50
HSL 212.66º 0.45% 0.35% -
HSV(B) 212.66º 0.62% 0.5% -
XYZ 8.41 8.71 21.66 -
YUV 79.14 155.57 106.5 -
System Red Green Blue C M Y K H S L
Decimal 49 85 128 0.62 0.34 0 0.50 212.66 0.45 0.35
Hex 31 55 80 3E 22 0 32 D5 2D 23
Octal 61 125 200 76 42 0 62 325 55 43
Binary 110001 1010101 10000000 111110 100010 0 110010 11010101 101101 100011

Color Harmonies of #315580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315580

Black with #315580

Text Example


Text Example

White with #315580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315580; }

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

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

background-color css

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

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

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

border-color css

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

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

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