Html Css Color HEX #31568B St Tropaz

📋 copy color: '#31568B'

red 49 ◦ green 86 ◦ blue 139

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

Shades of St Tropaz #31568B

Tints of St Tropaz #31568B

RGB

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

 GREEN value IS 86 (33.98% from 255) = 31.39%

 BLUE value IS 139 (54.69% from 255) = 50.73%

R = 17.88%
G = 31.39%
B = 50.73%

CMYK

 C value IS 0.65

 M value IS 0.38

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#31568B (or 0x31568B) is known color: St Tropaz. HEX triplet: 31, 56 and 8B. RGB value is (49,86,139). Sum of RGB (Red+Green+Blue) = 49+86+139=274 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.88% from 274); Green value is 86 (33.98% from 255 or 31.39% from 274); Blue value is 139 (54.69% from 255 or 50.73% from 274); Max value from RGB is 139 - color contains mainly: blue. Hex color #31568B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #31568B is #CEA974. Grayscale: #505050. Windows color (decimal): -13543797 or 9131569. OLE color: 9131569.

HSL color Cylindrical-coordinate representation of color #31568B: hue angle of 215.33º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #31568B is Cyan = 0.65, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 49 86 139 -
CMYK 0.65 0.38 0 0.45
HSL 215.33º 0.48% 0.37% -
HSV(B) 215.33º 0.65% 0.55% -
XYZ 9.25 9.17 25.71 -
YUV 80.98 160.74 105.19 -
System Red Green Blue C M Y K H S L
Decimal 49 86 139 0.65 0.38 0 0.45 215.33 0.48 0.37
Hex 31 56 8B 41 26 0 2D D7 30 25
Octal 61 126 213 101 46 0 55 327 60 45
Binary 110001 1010110 10001011 1000001 100110 0 101101 11010111 110000 100101

Color Harmonies of #31568B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31568B

Black with #31568B

Text Example


Text Example

White with #31568B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31568B; }

 p { color: rgb(49,86,139); }

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

background-color css

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

 a { background-color: rgb(49,86,139); }

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

border-color css

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

 span { border-color: rgb(49,86,139); }

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