#3F549F

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

Shades of Mariner #3F549F

Tints of Mariner #3F549F

Color information

#3F549F (or 0x3F549F) is unknown color: approx Mariner. HEX triplet: 3F, 54 and 9F. RGB value is (63,84,159). Sum of RGB (Red+Green+Blue) = 63+84+159=306 (40% of max value = 765). Red value is 63 (25% from 255 or 20.59% from 306); Green value is 84 (33.20% from 255 or 27.45% from 306); Blue value is 159 (62.5% from 255 or 51.96% from 306); Max value from RGB is 159 - color contains mainly: blue. Hex color #3F549F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F549F is #C0AB60. Grayscale: #555555. Windows color (decimal): -12626785 or 10441791. OLE color: 10441791.

HSL color Cylindrical-coordinate representation of color #3F549F: hue angle of 226.88º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3F549F is Cyan = 0.60, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB6384159-
CMYK0.600.4700.38
HSL226.88º43.24%43.53%-
HSV(B)226.88º60.38%62.35%-
XYZ11.489.934.11-
YUV86.27169.04111.4-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 20.59%
GREEN value IS 84 (33.20% from 255) = 27.45%
BLUE value IS 159 (62.5% from 255) = 51.96%
R=20.59%
G=27.45%
B=51.96%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal63841590.600.4700.38226.8843.2443.53
Hex3F549F3C2F026e32b2c
Octal7712423774570463435354
Binary111111101010010011111111100101111010011011100011101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F549F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3F549F; }

 p { color: rgb(63,84,159); }

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

<style>
 a { background-color: #3F549F; }

 a { background-color: rgb(63,84,159); }

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

<style>
 span { border-color: #3F549F; }

 span { border-color: rgb(63,84,159); }

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