#3A6AA9

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

Shades of Mariner #3A6AA9

Tints of Mariner #3A6AA9

Color information

#3A6AA9 (or 0x3A6AA9) is unknown color: approx Mariner. HEX triplet: 3A, 6A and A9. RGB value is (58,106,169). Sum of RGB (Red+Green+Blue) = 58+106+169=333 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.42% from 333); Green value is 106 (41.80% from 255 or 31.83% from 333); Blue value is 169 (66.41% from 255 or 50.75% from 333); Max value from RGB is 169 - color contains mainly: blue. Hex color #3A6AA9 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A6AA9 is #C59556. Grayscale: #626262. Windows color (decimal): -12948823 or 11102778. OLE color: 11102778.

HSL color Cylindrical-coordinate representation of color #3A6AA9: hue angle of 214.05º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3A6AA9 is Cyan = 0.66, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB58106169-
CMYK0.660.3700.34
HSL214.05º48.9%44.51%-
HSV(B)214.05º65.68%66.27%-
XYZ14.0614.0739.51-
YUV98.83167.698.88-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 17.42%
GREEN value IS 106 (41.80% from 255) = 31.83%
BLUE value IS 169 (66.41% from 255) = 50.75%
R=17.42%
G=31.83%
B=50.75%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal581061690.660.3700.34214.0548.944.51
Hex3A6AA94225022d6312d
Octal72152251102450423266155
Binary1110101101010101010011000010100101010001011010110110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A6AA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,106,169); }

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

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

 a { background-color: rgb(58,106,169); }

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

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

 span { border-color: rgb(58,106,169); }

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