#3A6AAB

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

Shades of Mariner #3A6AAB

Tints of Mariner #3A6AAB

Color information

#3A6AAB (or 0x3A6AAB) is unknown color: approx Mariner. HEX triplet: 3A, 6A and AB. RGB value is (58,106,171). Sum of RGB (Red+Green+Blue) = 58+106+171=335 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.31% from 335); Green value is 106 (41.80% from 255 or 31.64% from 335); Blue value is 171 (67.19% from 255 or 51.04% from 335); Max value from RGB is 171 - color contains mainly: blue. Hex color #3A6AAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A6AAB is #C59554. Grayscale: #626262. Windows color (decimal): -12948821 or 11233850. OLE color: 11233850.

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

Color convert

RGB58106171-
CMYK0.660.3800.33
HSL214.51º49.34%44.9%-
HSV(B)214.51º66.08%67.06%-
XYZ14.2514.1540.51-
YUV99.06168.698.71-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 17.31%
GREEN value IS 106 (41.80% from 255) = 31.64%
BLUE value IS 171 (67.19% from 255) = 51.04%
R=17.31%
G=31.64%
B=51.04%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal581061710.660.3800.33214.5149.3444.9
Hex3A6AAB4226021d7312d
Octal72152253102460413276155
Binary1110101101010101010111000010100110010000111010111110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A6AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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