#3F5599

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

Shades of Mariner #3F5599

Tints of Mariner #3F5599

Color information

#3F5599 (or 0x3F5599) is unknown color: approx Mariner. HEX triplet: 3F, 55 and 99. RGB value is (63,85,153). Sum of RGB (Red+Green+Blue) = 63+85+153=301 (39% of max value = 765). Red value is 63 (25% from 255 or 20.93% from 301); Green value is 85 (33.59% from 255 or 28.24% from 301); Blue value is 153 (60.16% from 255 or 50.83% from 301); Max value from RGB is 153 - color contains mainly: blue. Hex color #3F5599 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F5599 is #C0AA66. Grayscale: #555555. Windows color (decimal): -12626535 or 10048831. OLE color: 10048831.

HSL color Cylindrical-coordinate representation of color #3F5599: hue angle of 225.33º degrees, saturation: 0.42, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3F5599 is Cyan = 0.59, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB6385153-
CMYK0.590.4400.4
HSL225.33º41.67%42.35%-
HSV(B)225.33º58.82%60%-
XYZ11.059.8531.46-
YUV86.17165.71111.47-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 20.93%
GREEN value IS 85 (33.59% from 255) = 28.24%
BLUE value IS 153 (60.16% from 255) = 50.83%
R=20.93%
G=28.24%
B=50.83%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal63851530.590.4400.4225.3341.6742.35
Hex3F55993B2C028e12a2a
Octal7712523173540503415252
Binary111111101010110011001111011101100010100011100001101010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F5599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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