#31589d

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

Shades of Mariner #31589D

Tints of Mariner #31589D

Color information

#31589D (or 0x31589D) is unknown color: approx Mariner. HEX triplet: 31, 58 and 9D. RGB value is (49,88,157). Sum of RGB (Red+Green+Blue) = 49+88+157=294 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.67% from 294); Green value is 88 (34.77% from 255 or 29.93% from 294); Blue value is 157 (61.72% from 255 or 53.40% from 294); Max value from RGB is 157 - color contains mainly: blue. Hex color #31589D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #31589D is #CEA762. Grayscale: #535353. Windows color (decimal): -13543267 or 10311729. OLE color: 10311729.

HSL color Cylindrical-coordinate representation of color #31589D: hue angle of 218.33º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #31589D is Cyan = 0.69, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB4988157-
CMYK0.690.4400.38
HSL218.33º52.43%40.39%-
HSV(B)218.33º68.79%61.57%-
XYZ10.8410.0733.27-
YUV84.2169.08102.89-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.67%
GREEN value IS 88 (34.77% from 255) = 29.93%
BLUE value IS 157 (61.72% from 255) = 53.40%
R=16.67%
G=29.93%
B=53.40%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal49881570.690.4400.38218.3352.4340.39
Hex31589D452C026da3428
Octal61130235105540463326450
Binary1100011011000100111011000101101100010011011011010110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31589d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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