#3A659A

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

Shades of Mariner #3A659A

Tints of Mariner #3A659A

Color information

#3A659A (or 0x3A659A) is unknown color: approx Mariner. HEX triplet: 3A, 65 and 9A. RGB value is (58,101,154). Sum of RGB (Red+Green+Blue) = 58+101+154=313 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.53% from 313); Green value is 101 (39.84% from 255 or 32.27% from 313); Blue value is 154 (60.55% from 255 or 49.20% from 313); Max value from RGB is 154 - color contains mainly: blue. Hex color #3A659A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A659A is #C59A65. Grayscale: #5D5D5D. Windows color (decimal): -12950118 or 10118458. OLE color: 10118458.

HSL color Cylindrical-coordinate representation of color #3A659A: hue angle of 213.12º 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 #3A659A is Cyan = 0.62, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB58101154-
CMYK0.620.3400.40
HSL213.12º45.28%41.57%-
HSV(B)213.12º62.34%60.39%-
XYZ12.2312.5432.35-
YUV94.18161.75102.19-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 18.53%
GREEN value IS 101 (39.84% from 255) = 32.27%
BLUE value IS 154 (60.55% from 255) = 49.20%
R=18.53%
G=32.27%
B=49.20%

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
Decimal581011540.620.3400.40213.1245.2841.57
Hex3A659A3E22028d52d2a
Octal7214523276420503255552
Binary111010110010110011010111110100010010100011010101101101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A659A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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