#3F5796

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

Shades of Mariner #3F5796

Tints of Mariner #3F5796

Color information

#3F5796 (or 0x3F5796) is unknown color: approx Mariner. HEX triplet: 3F, 57 and 96. RGB value is (63,87,150). Sum of RGB (Red+Green+Blue) = 63+87+150=300 (39% of max value = 765). Red value is 63 (25% from 255 or 21% from 300); Green value is 87 (34.38% from 255 or 29% from 300); Blue value is 150 (58.98% from 255 or 50% from 300); Max value from RGB is 150 - color contains mainly: blue. Hex color #3F5796 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F5796 is #C0A869. Grayscale: #565656. Windows color (decimal): -12626026 or 9852735. OLE color: 9852735.

HSL color Cylindrical-coordinate representation of color #3F5796: hue angle of 223.45º 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 #3F5796 is Cyan = 0.58, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB6387150-
CMYK0.580.4200.41
HSL223.45º40.85%41.76%-
HSV(B)223.45º58%58.82%-
XYZ10.9610.0830.22-
YUV87.01163.55110.88-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 21%
GREEN value IS 87 (34.38% from 255) = 29%
BLUE value IS 150 (58.98% from 255) = 50%
R=21%
G=29%
B=50%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal63871500.580.4200.41223.4540.8541.76
Hex3F57963A2A029df292a
Octal7712722672520513375152
Binary111111101011110010110111010101010010100111011111101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F5796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,87,150); }

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

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

 a { background-color: rgb(63,87,150); }

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

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

 span { border-color: rgb(63,87,150); }

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