#31577E

Color #31577E St Tropaz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of St Tropaz #31577E

Tints of St Tropaz #31577E

Color information

#31577E (or 0x31577E) is unknown color: approx St Tropaz. HEX triplet: 31, 57 and 7E. RGB value is (49,87,126). Sum of RGB (Red+Green+Blue) = 49+87+126=262 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.70% from 262); Green value is 87 (34.38% from 255 or 33.21% from 262); Blue value is 126 (49.61% from 255 or 48.09% from 262); Max value from RGB is 126 - color contains mainly: blue. Hex color #31577E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31577E is #CEA881. Grayscale: #4F4F4F. Windows color (decimal): -13543554 or 8279857. OLE color: 8279857.

HSL color Cylindrical-coordinate representation of color #31577E: hue angle of 210.39º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #31577E is Cyan = 0.61, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB4987126-
CMYK0.610.3100.51
HSL210.39º44%34.31%-
HSV(B)210.39º61.11%49.41%-
XYZ8.448.9821.03-
YUV80.08153.91105.83-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.70%
GREEN value IS 87 (34.38% from 255) = 33.21%
BLUE value IS 126 (49.61% from 255) = 48.09%
R=18.70%
G=33.21%
B=48.09%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal49871260.610.3100.51210.394434.31
Hex31577E3D1F033d22c22
Octal6112717675370633225442
Binary1100011010111111111011110111111011001111010010101100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31577E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31577E; }

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

 H1.HeaderClassName
 {
   color: #31577E;
 }
 .AnyTagClassName
 {
   color: #31577E;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #31577E;
 }
 .BgClassName
 {
   background-color: #31577E;
 }
</style>
border-color css

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

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

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