#3A5FAE

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

Shades of Mariner #3A5FAE

Tints of Mariner #3A5FAE

Color information

#3A5FAE (or 0x3A5FAE) is unknown color: approx Mariner. HEX triplet: 3A, 5F and AE. RGB value is (58,95,174). Sum of RGB (Red+Green+Blue) = 58+95+174=327 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.74% from 327); Green value is 95 (37.5% from 255 or 29.05% from 327); Blue value is 174 (68.36% from 255 or 53.21% from 327); Max value from RGB is 174 - color contains mainly: blue. Hex color #3A5FAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A5FAE is #C5A051. Grayscale: #5C5C5C. Windows color (decimal): -12951634 or 11427642. OLE color: 11427642.

HSL color Cylindrical-coordinate representation of color #3A5FAE: hue angle of 220.86º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3A5FAE is Cyan = 0.67, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB5895174-
CMYK0.670.4500.32
HSL220.86º50%45.49%-
HSV(B)220.86º66.67%68.24%-
XYZ13.4812.1441.68-
YUV92.94173.74103.08-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 17.74%
GREEN value IS 95 (37.5% from 255) = 29.05%
BLUE value IS 174 (68.36% from 255) = 53.21%
R=17.74%
G=29.05%
B=53.21%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal58951740.670.4500.32220.865045.49
Hex3A5FAE432D020dd322d
Octal72137256103550403356255
Binary1110101011111101011101000011101101010000011011101110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A5FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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