Html Css Color HEX #31578B St Tropaz

📋 copy color: '#31578B'

red 49 ◦ green 87 ◦ blue 139

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

Shades of St Tropaz #31578B

Tints of St Tropaz #31578B

RGB

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

 GREEN value IS 87 (34.38% from 255) = 31.64%

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

R = 17.82%
G = 31.64%
B = 50.55%

CMYK

 C value IS 0.65

 M value IS 0.37

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#31578B (or 0x31578B) is known color: St Tropaz. HEX triplet: 31, 57 and 8B. RGB value is (49,87,139). Sum of RGB (Red+Green+Blue) = 49+87+139=275 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.82% from 275); Green value is 87 (34.38% from 255 or 31.64% from 275); Blue value is 139 (54.69% from 255 or 50.55% from 275); Max value from RGB is 139 - color contains mainly: blue. Hex color #31578B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #31578B is #CEA874. Grayscale: #515151. Windows color (decimal): -13543541 or 9131825. OLE color: 9131825.

HSL color Cylindrical-coordinate representation of color #31578B: hue angle of 214.67º 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 #31578B is Cyan = 0.65, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 49 87 139 -
CMYK 0.65 0.37 0 0.45
HSL 214.67º 0.48% 0.37% -
HSV(B) 214.67º 0.65% 0.55% -
XYZ 9.34 9.33 25.74 -
YUV 81.57 160.41 104.77 -
System Red Green Blue C M Y K H S L
Decimal 49 87 139 0.65 0.37 0 0.45 214.67 0.48 0.37
Hex 31 57 8B 41 25 0 2D D7 30 25
Octal 61 127 213 101 45 0 55 327 60 45
Binary 110001 1010111 10001011 1000001 100101 0 101101 11010111 110000 100101

Color Harmonies of #31578B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31578B

Black with #31578B

Text Example


Text Example

White with #31578B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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