#3F6EAE

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

Shades of Mariner #3F6EAE

Tints of Mariner #3F6EAE

Color information

#3F6EAE (or 0x3F6EAE) is unknown color: approx Mariner. HEX triplet: 3F, 6E and AE. RGB value is (63,110,174). Sum of RGB (Red+Green+Blue) = 63+110+174=347 (45% of max value = 765). Red value is 63 (25% from 255 or 18.16% from 347); Green value is 110 (43.36% from 255 or 31.70% from 347); Blue value is 174 (68.36% from 255 or 50.14% from 347); Max value from RGB is 174 - color contains mainly: blue. Hex color #3F6EAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F6EAE is #C09151. Grayscale: #666666. Windows color (decimal): -12620114 or 11431487. OLE color: 11431487.

HSL color Cylindrical-coordinate representation of color #3F6EAE: hue angle of 214.59º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3F6EAE is Cyan = 0.64, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB63110174-
CMYK0.640.3700.32
HSL214.59º46.84%46.47%-
HSV(B)214.59º63.79%68.24%-
XYZ15.2715.2642.19-
YUV103.24167.9399.3-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 18.16%
GREEN value IS 110 (43.36% from 255) = 31.70%
BLUE value IS 174 (68.36% from 255) = 50.14%
R=18.16%
G=31.70%
B=50.14%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal631101740.640.3700.32214.5946.8446.47
Hex3F6EAE4025020d72f2e
Octal77156256100450403275756
Binary1111111101110101011101000000100101010000011010111101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F6EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,110,174); }

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

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

 a { background-color: rgb(63,110,174); }

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

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

 span { border-color: rgb(63,110,174); }

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