#3F649F

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

Shades of Mariner #3F649F

Tints of Mariner #3F649F

Color information

#3F649F (or 0x3F649F) is unknown color: approx Mariner. HEX triplet: 3F, 64 and 9F. RGB value is (63,100,159). Sum of RGB (Red+Green+Blue) = 63+100+159=322 (42% of max value = 765). Red value is 63 (25% from 255 or 19.57% from 322); Green value is 100 (39.45% from 255 or 31.06% from 322); Blue value is 159 (62.5% from 255 or 49.38% from 322); Max value from RGB is 159 - color contains mainly: blue. Hex color #3F649F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F649F is #C09B60. Grayscale: #5F5F5F. Windows color (decimal): -12622689 or 10445887. OLE color: 10445887.

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

Color convert

RGB63100159-
CMYK0.600.3700.38
HSL216.88º43.24%43.53%-
HSV(B)216.88º60.38%62.35%-
XYZ12.8712.6734.57-
YUV95.66163.74104.7-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 19.57%
GREEN value IS 100 (39.45% from 255) = 31.06%
BLUE value IS 159 (62.5% from 255) = 49.38%
R=19.57%
G=31.06%
B=49.38%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal631001590.600.3700.38216.8843.2443.53
Hex3F649F3C25026d92b2c
Octal7714423774450463315354
Binary111111110010010011111111100100101010011011011001101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F649F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,100,159); }

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

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

 a { background-color: rgb(63,100,159); }

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

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

 span { border-color: rgb(63,100,159); }

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