#3D689B

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

Shades of Mariner #3D689B

Tints of Mariner #3D689B

Color information

#3D689B (or 0x3D689B) is unknown color: approx Mariner. HEX triplet: 3D, 68 and 9B. RGB value is (61,104,155). Sum of RGB (Red+Green+Blue) = 61+104+155=320 (42% of max value = 765). Red value is 61 (24.22% from 255 or 19.06% from 320); Green value is 104 (41.02% from 255 or 32.5% from 320); Blue value is 155 (60.94% from 255 or 48.44% from 320); Max value from RGB is 155 - color contains mainly: blue. Hex color #3D689B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D689B is #C29764. Grayscale: #606060. Windows color (decimal): -12752741 or 10184765. OLE color: 10184765.

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

Color convert

RGB61104155-
CMYK0.610.3300.39
HSL212.55º43.52%42.35%-
HSV(B)212.55º60.65%60.78%-
XYZ12.7913.2632.9-
YUV96.96160.75102.35-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 19.06%
GREEN value IS 104 (41.02% from 255) = 32.5%
BLUE value IS 155 (60.94% from 255) = 48.44%
R=19.06%
G=32.5%
B=48.44%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal611041550.610.3300.39212.5543.5242.35
Hex3D689B3D21027d52c2a
Octal7515023375410473255452
Binary111101110100010011011111101100001010011111010101101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D689B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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