#31589b

Color #31589B Mariner (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mariner #31589B

Tints of Mariner #31589B

Color information

#31589B (or 0x31589B) is unknown color: approx Mariner. HEX triplet: 31, 58 and 9B. RGB value is (49,88,155). Sum of RGB (Red+Green+Blue) = 49+88+155=292 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.78% from 292); Green value is 88 (34.77% from 255 or 30.14% from 292); Blue value is 155 (60.94% from 255 or 53.08% from 292); Max value from RGB is 155 - color contains mainly: blue. Hex color #31589B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #31589B is #CEA764. Grayscale: #535353. Windows color (decimal): -13543269 or 10180657. OLE color: 10180657.

HSL color Cylindrical-coordinate representation of color #31589B: hue angle of 217.92º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #31589B is Cyan = 0.68, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB4988155-
CMYK0.680.4300.39
HSL217.92º51.96%40%-
HSV(B)217.92º68.39%60.78%-
XYZ10.671032.38-
YUV83.98168.08103.05-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.78%
GREEN value IS 88 (34.77% from 255) = 30.14%
BLUE value IS 155 (60.94% from 255) = 53.08%
R=16.78%
G=30.14%
B=53.08%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal49881550.680.4300.39217.9251.9640
Hex31589B442B027da3428
Octal61130233104530473326450
Binary1100011011000100110111000100101011010011111011010110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31589b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31589b; }

 p { color: rgb(49,88,155); }

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

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

 a { background-color: rgb(49,88,155); }

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

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

 span { border-color: rgb(49,88,155); }

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