#3A5EAB

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

Shades of Mariner #3A5EAB

Tints of Mariner #3A5EAB

Color information

#3A5EAB (or 0x3A5EAB) is unknown color: approx Mariner. HEX triplet: 3A, 5E and AB. RGB value is (58,94,171). Sum of RGB (Red+Green+Blue) = 58+94+171=323 (42% of max value = 765). Red value is 58 (23.05% from 255 or 17.96% from 323); Green value is 94 (37.11% from 255 or 29.10% from 323); Blue value is 171 (67.19% from 255 or 52.94% from 323); Max value from RGB is 171 - color contains mainly: blue. Hex color #3A5EAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A5EAB is #C5A154. Grayscale: #5B5B5B. Windows color (decimal): -12951893 or 11230778. OLE color: 11230778.

HSL color Cylindrical-coordinate representation of color #3A5EAB: hue angle of 220.88º 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 #3A5EAB is Cyan = 0.66, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB5894171-
CMYK0.660.4500.33
HSL220.88º49.34%44.9%-
HSV(B)220.88º66.08%67.06%-
XYZ13.111.8540.12-
YUV92.01172.57103.74-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 17.96%
GREEN value IS 94 (37.11% from 255) = 29.10%
BLUE value IS 171 (67.19% from 255) = 52.94%
R=17.96%
G=29.10%
B=52.94%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal58941710.660.4500.33220.8849.3444.9
Hex3A5EAB422D021dd312d
Octal72136253102550413356155
Binary1110101011110101010111000010101101010000111011101110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A5EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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