#3F6AA6

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

Shades of Mariner #3F6AA6

Tints of Mariner #3F6AA6

Color information

#3F6AA6 (or 0x3F6AA6) is unknown color: approx Mariner. HEX triplet: 3F, 6A and A6. RGB value is (63,106,166). Sum of RGB (Red+Green+Blue) = 63+106+166=335 (44% of max value = 765). Red value is 63 (25% from 255 or 18.81% from 335); Green value is 106 (41.80% from 255 or 31.64% from 335); Blue value is 166 (65.23% from 255 or 49.55% from 335); Max value from RGB is 166 - color contains mainly: blue. Hex color #3F6AA6 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F6AA6 is #C09559. Grayscale: #636363. Windows color (decimal): -12621146 or 10906175. OLE color: 10906175.

HSL color Cylindrical-coordinate representation of color #3F6AA6: hue angle of 214.95º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3F6AA6 is Cyan = 0.62, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB63106166-
CMYK0.620.3600.35
HSL214.95º44.98%44.9%-
HSV(B)214.95º62.05%65.1%-
XYZ14.0914.1238.06-
YUV99.98165.25101.62-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 18.81%
GREEN value IS 106 (41.80% from 255) = 31.64%
BLUE value IS 166 (65.23% from 255) = 49.55%
R=18.81%
G=31.64%
B=49.55%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal631061660.620.3600.35214.9544.9844.9
Hex3F6AA63E24023d72d2d
Octal7715224676440433275555
Binary111111110101010100110111110100100010001111010111101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F6AA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,106,166); }

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

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

 a { background-color: rgb(63,106,166); }

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

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

 span { border-color: rgb(63,106,166); }

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