#3B659A

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

Shades of Mariner #3B659A

Tints of Mariner #3B659A

Color information

#3B659A (or 0x3B659A) is unknown color: approx Mariner. HEX triplet: 3B, 65 and 9A. RGB value is (59,101,154). Sum of RGB (Red+Green+Blue) = 59+101+154=314 (41% of max value = 765). Red value is 59 (23.44% from 255 or 18.79% from 314); Green value is 101 (39.84% from 255 or 32.17% from 314); Blue value is 154 (60.55% from 255 or 49.04% from 314); Max value from RGB is 154 - color contains mainly: blue. Hex color #3B659A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B659A is #C49A65. Grayscale: #5E5E5E. Windows color (decimal): -12884582 or 10118459. OLE color: 10118459.

HSL color Cylindrical-coordinate representation of color #3B659A: hue angle of 213.47º degrees, saturation: 0.45, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3B659A is Cyan = 0.62, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB59101154-
CMYK0.620.3400.40
HSL213.47º44.6%41.76%-
HSV(B)213.47º61.69%60.39%-
XYZ12.2912.5732.35-
YUV94.48161.59102.69-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 18.79%
GREEN value IS 101 (39.84% from 255) = 32.17%
BLUE value IS 154 (60.55% from 255) = 49.04%
R=18.79%
G=32.17%
B=49.04%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal591011540.620.3400.40213.4744.641.76
Hex3B659A3E22028d52d2a
Octal7314523276420503255552
Binary111011110010110011010111110100010010100011010101101101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B659A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,101,154); }

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

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

 a { background-color: rgb(59,101,154); }

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

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

 span { border-color: rgb(59,101,154); }

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