#3F659B

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

Shades of Mariner #3F659B

Tints of Mariner #3F659B

Color information

#3F659B (or 0x3F659B) is unknown color: approx Mariner. HEX triplet: 3F, 65 and 9B. RGB value is (63,101,155). Sum of RGB (Red+Green+Blue) = 63+101+155=319 (42% of max value = 765). Red value is 63 (25% from 255 or 19.75% from 319); Green value is 101 (39.84% from 255 or 31.66% from 319); Blue value is 155 (60.94% from 255 or 48.59% from 319); Max value from RGB is 155 - color contains mainly: blue. Hex color #3F659B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F659B is #C09A64. Grayscale: #5F5F5F. Windows color (decimal): -12622437 or 10183999. OLE color: 10183999.

HSL color Cylindrical-coordinate representation of color #3F659B: hue angle of 215.22º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3F659B is Cyan = 0.59, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB63101155-
CMYK0.590.3500.39
HSL215.22º42.2%42.75%-
HSV(B)215.22º59.35%60.78%-
XYZ12.6212.7332.8-
YUV95.79161.41104.61-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 19.75%
GREEN value IS 101 (39.84% from 255) = 31.66%
BLUE value IS 155 (60.94% from 255) = 48.59%
R=19.75%
G=31.66%
B=48.59%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal631011550.590.3500.39215.2242.242.75
Hex3F659B3B23027d72a2b
Octal7714523373430473275253
Binary111111110010110011011111011100011010011111010111101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F659B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,101,155); }

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

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

 a { background-color: rgb(63,101,155); }

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

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

 span { border-color: rgb(63,101,155); }

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