#3F559F

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

Shades of Mariner #3F559F

Tints of Mariner #3F559F

Color information

#3F559F (or 0x3F559F) is unknown color: approx Mariner. HEX triplet: 3F, 55 and 9F. RGB value is (63,85,159). Sum of RGB (Red+Green+Blue) = 63+85+159=307 (40% of max value = 765). Red value is 63 (25% from 255 or 20.52% from 307); Green value is 85 (33.59% from 255 or 27.69% from 307); Blue value is 159 (62.5% from 255 or 51.79% from 307); Max value from RGB is 159 - color contains mainly: blue. Hex color #3F559F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F559F is #C0AA60. Grayscale: #565656. Windows color (decimal): -12626529 or 10442047. OLE color: 10442047.

HSL color Cylindrical-coordinate representation of color #3F559F: hue angle of 226.25º 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 #3F559F is Cyan = 0.60, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB6385159-
CMYK0.600.4700.38
HSL226.25º43.24%43.53%-
HSV(B)226.25º60.38%62.35%-
XYZ11.5610.0634.13-
YUV86.86168.71110.98-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 20.52%
GREEN value IS 85 (33.59% from 255) = 27.69%
BLUE value IS 159 (62.5% from 255) = 51.79%
R=20.52%
G=27.69%
B=51.79%

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
Decimal63851590.600.4700.38226.2543.2443.53
Hex3F559F3C2F026e22b2c
Octal7712523774570463425354
Binary111111101010110011111111100101111010011011100010101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F559F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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