#3F6FAB

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

Shades of Mariner #3F6FAB

Tints of Mariner #3F6FAB

Color information

#3F6FAB (or 0x3F6FAB) is unknown color: approx Mariner. HEX triplet: 3F, 6F and AB. RGB value is (63,111,171). Sum of RGB (Red+Green+Blue) = 63+111+171=345 (45% of max value = 765). Red value is 63 (25% from 255 or 18.26% from 345); Green value is 111 (43.75% from 255 or 32.17% from 345); Blue value is 171 (67.19% from 255 or 49.57% from 345); Max value from RGB is 171 - color contains mainly: blue. Hex color #3F6FAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F6FAB is #C09054. Grayscale: #676767. Windows color (decimal): -12619861 or 11235135. OLE color: 11235135.

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

Color convert

RGB63111171-
CMYK0.630.3500.33
HSL213.33º46.15%45.88%-
HSV(B)213.33º63.16%67.06%-
XYZ15.0915.3740.7-
YUV103.49166.199.12-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 18.26%
GREEN value IS 111 (43.75% from 255) = 32.17%
BLUE value IS 171 (67.19% from 255) = 49.57%
R=18.26%
G=32.17%
B=49.57%

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
Decimal631111710.630.3500.33213.3346.1545.88
Hex3F6FAB3F23021d52e2e
Octal7715725377430413255656
Binary111111110111110101011111111100011010000111010101101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F6FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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