Html Css Color HEX #315988 St Tropaz

📋 copy color: '#315988'

red 49 ◦ green 89 ◦ blue 136

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

Shades of St Tropaz #315988

Tints of St Tropaz #315988

RGB

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

 GREEN value IS 89 (35.16% from 255) = 32.48%

 BLUE value IS 136 (53.52% from 255) = 49.64%

R = 17.88%
G = 32.48%
B = 49.64%

CMYK

 C value IS 0.64

 M value IS 0.35

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#315988 (or 0x315988) is known color: St Tropaz. HEX triplet: 31, 59 and 88. RGB value is (49,89,136). Sum of RGB (Red+Green+Blue) = 49+89+136=274 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.88% from 274); Green value is 89 (35.16% from 255 or 32.48% from 274); Blue value is 136 (53.52% from 255 or 49.64% from 274); Max value from RGB is 136 - color contains mainly: blue. Hex color #315988 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315988 is #CEA677. Grayscale: #525252. Windows color (decimal): -13543032 or 8935729. OLE color: 8935729.

HSL color Cylindrical-coordinate representation of color #315988: hue angle of 212.41º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #315988 is Cyan = 0.64, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 49 89 136 -
CMYK 0.64 0.35 0 0.47
HSL 212.41º 0.47% 0.36% -
HSV(B) 212.41º 0.64% 0.53% -
XYZ 9.28 9.58 24.65 -
YUV 82.4 158.25 104.18 -
System Red Green Blue C M Y K H S L
Decimal 49 89 136 0.64 0.35 0 0.47 212.41 0.47 0.36
Hex 31 59 88 40 23 0 2F D4 2F 24
Octal 61 131 210 100 43 0 57 324 57 44
Binary 110001 1011001 10001000 1000000 100011 0 101111 11010100 101111 100100

Color Harmonies of #315988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315988

Black with #315988

Text Example


Text Example

White with #315988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315988; }

 p { color: rgb(49,89,136); }

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

background-color css

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

 a { background-color: rgb(49,89,136); }

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

border-color css

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

 span { border-color: rgb(49,89,136); }

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