#3F689B

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

Shades of Mariner #3F689B

Tints of Mariner #3F689B

Color information

#3F689B (or 0x3F689B) is unknown color: approx Mariner. HEX triplet: 3F, 68 and 9B. RGB value is (63,104,155). Sum of RGB (Red+Green+Blue) = 63+104+155=322 (42% of max value = 765). Red value is 63 (25% from 255 or 19.57% from 322); Green value is 104 (41.02% from 255 or 32.30% from 322); Blue value is 155 (60.94% from 255 or 48.14% from 322); Max value from RGB is 155 - color contains mainly: blue. Hex color #3F689B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F689B is #C09764. Grayscale: #616161. Windows color (decimal): -12621669 or 10184767. OLE color: 10184767.

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

Color convert

RGB63104155-
CMYK0.590.3300.39
HSL213.26º42.2%42.75%-
HSV(B)213.26º59.35%60.78%-
XYZ12.9213.3232.9-
YUV97.56160.42103.35-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 19.57%
GREEN value IS 104 (41.02% from 255) = 32.30%
BLUE value IS 155 (60.94% from 255) = 48.14%
R=19.57%
G=32.30%
B=48.14%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal631041550.590.3300.39213.2642.242.75
Hex3F689B3B21027d52a2b
Octal7715023373410473255253
Binary111111110100010011011111011100001010011111010101101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F689B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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