#3B689E

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

Shades of Mariner #3B689E

Tints of Mariner #3B689E

Color information

#3B689E (or 0x3B689E) is unknown color: approx Mariner. HEX triplet: 3B, 68 and 9E. RGB value is (59,104,158). Sum of RGB (Red+Green+Blue) = 59+104+158=321 (42% of max value = 765). Red value is 59 (23.44% from 255 or 18.38% from 321); Green value is 104 (41.02% from 255 or 32.40% from 321); Blue value is 158 (62.11% from 255 or 49.22% from 321); Max value from RGB is 158 - color contains mainly: blue. Hex color #3B689E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B689E is #C49761. Grayscale: #606060. Windows color (decimal): -12883810 or 10381371. OLE color: 10381371.

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

Color convert

RGB59104158-
CMYK0.630.3400.38
HSL212.73º45.62%42.55%-
HSV(B)212.73º62.66%61.96%-
XYZ12.9313.334.23-
YUV96.7162.59101.11-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 18.38%
GREEN value IS 104 (41.02% from 255) = 32.40%
BLUE value IS 158 (62.11% from 255) = 49.22%
R=18.38%
G=32.40%
B=49.22%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal591041580.630.3400.38212.7345.6242.55
Hex3B689E3F22026d52e2b
Octal7315023677420463255653
Binary111011110100010011110111111100010010011011010101101110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B689E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,104,158); }

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

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

 a { background-color: rgb(59,104,158); }

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

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

 span { border-color: rgb(59,104,158); }

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