#3F5997

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

Shades of Mariner #3F5997

Tints of Mariner #3F5997

Color information

#3F5997 (or 0x3F5997) is unknown color: approx Mariner. HEX triplet: 3F, 59 and 97. RGB value is (63,89,151). Sum of RGB (Red+Green+Blue) = 63+89+151=303 (40% of max value = 765). Red value is 63 (25% from 255 or 20.79% from 303); Green value is 89 (35.16% from 255 or 29.37% from 303); Blue value is 151 (59.38% from 255 or 49.83% from 303); Max value from RGB is 151 - color contains mainly: blue. Hex color #3F5997 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F5997 is #C0A668. Grayscale: #585858. Windows color (decimal): -12625513 or 9918783. OLE color: 9918783.

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

Color convert

RGB6389151-
CMYK0.580.4100.41
HSL222.27º41.12%41.96%-
HSV(B)222.27º58.28%59.22%-
XYZ11.2110.4430.7-
YUV88.29163.39109.96-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 20.79%
GREEN value IS 89 (35.16% from 255) = 29.37%
BLUE value IS 151 (59.38% from 255) = 49.83%
R=20.79%
G=29.37%
B=49.83%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal63891510.580.4100.41222.2741.1241.96
Hex3F59973A29029de292a
Octal7713122772510513365152
Binary111111101100110010111111010101001010100111011110101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F5997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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