#31558A

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

Shades of St Tropaz #31558A

Tints of St Tropaz #31558A

Color information

#31558A (or 0x31558A) is unknown color: approx St Tropaz. HEX triplet: 31, 55 and 8A. RGB value is (49,85,138). Sum of RGB (Red+Green+Blue) = 49+85+138=272 (36% of max value = 765). Red value is 49 (19.53% from 255 or 18.01% from 272); Green value is 85 (33.59% from 255 or 31.25% from 272); Blue value is 138 (54.30% from 255 or 50.74% from 272); Max value from RGB is 138 - color contains mainly: blue. Hex color #31558A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #31558A is #CEAA75. Grayscale: #505050. Windows color (decimal): -13544054 or 9065777. OLE color: 9065777.

HSL color Cylindrical-coordinate representation of color #31558A: hue angle of 215.73º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #31558A is Cyan = 0.64, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB4985138-
CMYK0.640.3800.46
HSL215.73º47.59%36.67%-
HSV(B)215.73º64.49%54.12%-
XYZ9.18.9825.3-
YUV80.28160.57105.69-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.01%
GREEN value IS 85 (33.59% from 255) = 31.25%
BLUE value IS 138 (54.30% from 255) = 50.74%
R=18.01%
G=31.25%
B=50.74%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal49851380.640.3800.46215.7347.5936.67
Hex31558A402602Ed83025
Octal61125212100460563306045
Binary1100011010101100010101000000100110010111011011000110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31558A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31558A; }

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

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

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

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

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

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

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

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