Html Css Color HEX #315584 St Tropaz

📋 copy color: '#315584'

red 49 ◦ green 85 ◦ blue 132

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

Shades of St Tropaz #315584

Tints of St Tropaz #315584

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 49.62%

R = 18.42%
G = 31.95%
B = 49.62%

CMYK

 C value IS 0.63

 M value IS 0.36

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#315584 (or 0x315584) is known color: St Tropaz. HEX triplet: 31, 55 and 84. RGB value is (49,85,132). Sum of RGB (Red+Green+Blue) = 49+85+132=266 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.42% from 266); Green value is 85 (33.59% from 255 or 31.95% from 266); Blue value is 132 (51.95% from 255 or 49.62% from 266); Max value from RGB is 132 - color contains mainly: blue. Hex color #315584 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315584 is #CEAA7B. Grayscale: #4F4F4F. Windows color (decimal): -13544060 or 8672561. OLE color: 8672561.

HSL color Cylindrical-coordinate representation of color #315584: hue angle of 213.98º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #315584 is Cyan = 0.63, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 49 85 132 -
CMYK 0.63 0.36 0 0.48
HSL 213.98º 0.46% 0.35% -
HSV(B) 213.98º 0.63% 0.52% -
XYZ 8.68 8.82 23.07 -
YUV 79.59 157.57 106.18 -
System Red Green Blue C M Y K H S L
Decimal 49 85 132 0.63 0.36 0 0.48 213.98 0.46 0.35
Hex 31 55 84 3F 24 0 30 D6 2E 23
Octal 61 125 204 77 44 0 60 326 56 43
Binary 110001 1010101 10000100 111111 100100 0 110000 11010110 101110 100011

Color Harmonies of #315584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315584

Black with #315584

Text Example


Text Example

White with #315584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315584; }

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

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

background-color css

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

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

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

border-color css

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

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

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