#31559C

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

Shades of Mariner #31559C

Tints of Mariner #31559C

Color information

#31559C (or 0x31559C) is unknown color: approx Mariner. HEX triplet: 31, 55 and 9C. RGB value is (49,85,156). Sum of RGB (Red+Green+Blue) = 49+85+156=290 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.90% from 290); Green value is 85 (33.59% from 255 or 29.31% from 290); Blue value is 156 (61.33% from 255 or 53.79% from 290); Max value from RGB is 156 - color contains mainly: blue. Hex color #31559C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #31559C is #CEAA63. Grayscale: #525252. Windows color (decimal): -13544036 or 10245425. OLE color: 10245425.

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

Color convert

RGB4985156-
CMYK0.690.4600.39
HSL219.81º52.2%40.2%-
HSV(B)219.81º68.59%61.18%-
XYZ10.529.5532.74-
YUV82.33169.57104.23-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.90%
GREEN value IS 85 (33.59% from 255) = 29.31%
BLUE value IS 156 (61.33% from 255) = 53.79%
R=16.90%
G=29.31%
B=53.79%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal49851560.690.4600.39219.8152.240.2
Hex31559C452E027dc3428
Octal61125234105560473346450
Binary1100011010101100111001000101101110010011111011100110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31559C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31559C; }

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

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

<style>
 a { background-color: #31559C; }

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

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

<style>
 span { border-color: #31559C; }

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

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