#3F6A9E

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

Shades of Mariner #3F6A9E

Tints of Mariner #3F6A9E

Color information

#3F6A9E (or 0x3F6A9E) is unknown color: approx Mariner. HEX triplet: 3F, 6A and 9E. RGB value is (63,106,158). Sum of RGB (Red+Green+Blue) = 63+106+158=327 (43% of max value = 765). Red value is 63 (25% from 255 or 19.27% from 327); Green value is 106 (41.80% from 255 or 32.42% from 327); Blue value is 158 (62.11% from 255 or 48.32% from 327); Max value from RGB is 158 - color contains mainly: blue. Hex color #3F6A9E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F6A9E is #C09561. Grayscale: #626262. Windows color (decimal): -12621154 or 10381887. OLE color: 10381887.

HSL color Cylindrical-coordinate representation of color #3F6A9E: hue angle of 212.84º degrees, saturation: 0.43, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3F6A9E is Cyan = 0.60, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB63106158-
CMYK0.600.3300.38
HSL212.84º42.99%43.33%-
HSV(B)212.84º60.13%61.96%-
XYZ13.3813.8334.31-
YUV99.07161.25102.27-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 19.27%
GREEN value IS 106 (41.80% from 255) = 32.42%
BLUE value IS 158 (62.11% from 255) = 48.32%
R=19.27%
G=32.42%
B=48.32%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal631061580.600.3300.38212.8442.9943.33
Hex3F6A9E3C21026d52b2b
Octal7715223674410463255353
Binary111111110101010011110111100100001010011011010101101011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F6A9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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