#3A5FAB

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

Shades of Mariner #3A5FAB

Tints of Mariner #3A5FAB

Color information

#3A5FAB (or 0x3A5FAB) is unknown color: approx Mariner. HEX triplet: 3A, 5F and AB. RGB value is (58,95,171). Sum of RGB (Red+Green+Blue) = 58+95+171=324 (42% of max value = 765). Red value is 58 (23.05% from 255 or 17.90% from 324); Green value is 95 (37.5% from 255 or 29.32% from 324); Blue value is 171 (67.19% from 255 or 52.78% from 324); Max value from RGB is 171 - color contains mainly: blue. Hex color #3A5FAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A5FAB is #C5A054. Grayscale: #5C5C5C. Windows color (decimal): -12951637 or 11231034. OLE color: 11231034.

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

Color convert

RGB5895171-
CMYK0.660.4400.33
HSL220.35º49.34%44.9%-
HSV(B)220.35º66.08%67.06%-
XYZ13.1912.0240.15-
YUV92.6172.24103.32-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 17.90%
GREEN value IS 95 (37.5% from 255) = 29.32%
BLUE value IS 171 (67.19% from 255) = 52.78%
R=17.90%
G=29.32%
B=52.78%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal58951710.660.4400.33220.3549.3444.9
Hex3A5FAB422C021dc312d
Octal72137253102540413346155
Binary1110101011111101010111000010101100010000111011100110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A5FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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