#3F549B

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

Shades of Mariner #3F549B

Tints of Mariner #3F549B

Color information

#3F549B (or 0x3F549B) is unknown color: approx Mariner. HEX triplet: 3F, 54 and 9B. RGB value is (63,84,155). Sum of RGB (Red+Green+Blue) = 63+84+155=302 (40% of max value = 765). Red value is 63 (25% from 255 or 20.86% from 302); Green value is 84 (33.20% from 255 or 27.81% from 302); Blue value is 155 (60.94% from 255 or 51.32% from 302); Max value from RGB is 155 - color contains mainly: blue. Hex color #3F549B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F549B is #C0AB64. Grayscale: #555555. Windows color (decimal): -12626789 or 10179647. OLE color: 10179647.

HSL color Cylindrical-coordinate representation of color #3F549B: hue angle of 226.3º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3F549B is Cyan = 0.59, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB6384155-
CMYK0.590.4600.39
HSL226.3º42.2%42.75%-
HSV(B)226.3º59.35%60.78%-
XYZ11.149.7632.31-
YUV85.82167.04111.73-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 20.86%
GREEN value IS 84 (33.20% from 255) = 27.81%
BLUE value IS 155 (60.94% from 255) = 51.32%
R=20.86%
G=27.81%
B=51.32%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal63841550.590.4600.39226.342.242.75
Hex3F549B3B2E027e22a2b
Octal7712423373560473425253
Binary111111101010010011011111011101110010011111100010101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F549B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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