#3F6AAB

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

Shades of Mariner #3F6AAB

Tints of Mariner #3F6AAB

Color information

#3F6AAB (or 0x3F6AAB) is unknown color: approx Mariner. HEX triplet: 3F, 6A and AB. RGB value is (63,106,171). Sum of RGB (Red+Green+Blue) = 63+106+171=340 (45% of max value = 765). Red value is 63 (25% from 255 or 18.53% from 340); Green value is 106 (41.80% from 255 or 31.18% from 340); Blue value is 171 (67.19% from 255 or 50.29% from 340); Max value from RGB is 171 - color contains mainly: blue. Hex color #3F6AAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F6AAB is #C09554. Grayscale: #646464. Windows color (decimal): -12621141 or 11233855. OLE color: 11233855.

HSL color Cylindrical-coordinate representation of color #3F6AAB: hue angle of 216.11º 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 #3F6AAB is Cyan = 0.63, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB63106171-
CMYK0.630.3800.33
HSL216.11º46.15%45.88%-
HSV(B)216.11º63.16%67.06%-
XYZ14.5514.3140.52-
YUV100.55167.75101.21-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 18.53%
GREEN value IS 106 (41.80% from 255) = 31.18%
BLUE value IS 171 (67.19% from 255) = 50.29%
R=18.53%
G=31.18%
B=50.29%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal631061710.630.3800.33216.1146.1545.88
Hex3F6AAB3F26021d82e2e
Octal7715225377460413305656
Binary111111110101010101011111111100110010000111011000101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F6AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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