#3F6FAC

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

Shades of Mariner #3F6FAC

Tints of Mariner #3F6FAC

Color information

#3F6FAC (or 0x3F6FAC) is unknown color: approx Mariner. HEX triplet: 3F, 6F and AC. RGB value is (63,111,172). Sum of RGB (Red+Green+Blue) = 63+111+172=346 (45% of max value = 765). Red value is 63 (25% from 255 or 18.21% from 346); Green value is 111 (43.75% from 255 or 32.08% from 346); Blue value is 172 (67.58% from 255 or 49.71% from 346); Max value from RGB is 172 - color contains mainly: blue. Hex color #3F6FAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F6FAC is #C09053. Grayscale: #676767. Windows color (decimal): -12619860 or 11300671. OLE color: 11300671.

HSL color Cylindrical-coordinate representation of color #3F6FAC: hue angle of 213.58º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3F6FAC is Cyan = 0.63, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB63111172-
CMYK0.630.3500.33
HSL213.58º46.38%46.08%-
HSV(B)213.58º63.37%67.45%-
XYZ15.1815.441.2-
YUV103.6166.699.04-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 18.21%
GREEN value IS 111 (43.75% from 255) = 32.08%
BLUE value IS 172 (67.58% from 255) = 49.71%
R=18.21%
G=32.08%
B=49.71%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal631111720.630.3500.33213.5846.3846.08
Hex3F6FAC3F23021d62e2e
Octal7715725477430413265656
Binary111111110111110101100111111100011010000111010110101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F6FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,111,172); }

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

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

 a { background-color: rgb(63,111,172); }

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

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

 span { border-color: rgb(63,111,172); }

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