#3F599B

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

Shades of Mariner #3F599B

Tints of Mariner #3F599B

Color information

#3F599B (or 0x3F599B) is unknown color: approx Mariner. HEX triplet: 3F, 59 and 9B. RGB value is (63,89,155). Sum of RGB (Red+Green+Blue) = 63+89+155=307 (40% of max value = 765). Red value is 63 (25% from 255 or 20.52% from 307); Green value is 89 (35.16% from 255 or 28.99% from 307); Blue value is 155 (60.94% from 255 or 50.49% from 307); Max value from RGB is 155 - color contains mainly: blue. Hex color #3F599B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F599B is #C0A664. Grayscale: #585858. Windows color (decimal): -12625509 or 10180927. OLE color: 10180927.

HSL color Cylindrical-coordinate representation of color #3F599B: hue angle of 223.04º 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 #3F599B is Cyan = 0.59, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB6389155-
CMYK0.590.4300.39
HSL223.04º42.2%42.75%-
HSV(B)223.04º59.35%60.78%-
XYZ11.5410.5732.44-
YUV88.75165.39109.63-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 20.52%
GREEN value IS 89 (35.16% from 255) = 28.99%
BLUE value IS 155 (60.94% from 255) = 50.49%
R=20.52%
G=28.99%
B=50.49%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal63891550.590.4300.39223.0442.242.75
Hex3F599B3B2B027df2a2b
Octal7713123373530473375253
Binary111111101100110011011111011101011010011111011111101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F599B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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