#3A60AE

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

Shades of Mariner #3A60AE

Tints of Mariner #3A60AE

Color information

#3A60AE (or 0x3A60AE) is unknown color: approx Mariner. HEX triplet: 3A, 60 and AE. RGB value is (58,96,174). Sum of RGB (Red+Green+Blue) = 58+96+174=328 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.68% from 328); Green value is 96 (37.89% from 255 or 29.27% from 328); Blue value is 174 (68.36% from 255 or 53.05% from 328); Max value from RGB is 174 - color contains mainly: blue. Hex color #3A60AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A60AE is #C59F51. Grayscale: #5D5D5D. Windows color (decimal): -12951378 or 11427898. OLE color: 11427898.

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

Color convert

RGB5896174-
CMYK0.670.4500.32
HSL220.34º50%45.49%-
HSV(B)220.34º66.67%68.24%-
XYZ13.5712.3241.71-
YUV93.53173.41102.66-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 17.68%
GREEN value IS 96 (37.89% from 255) = 29.27%
BLUE value IS 174 (68.36% from 255) = 53.05%
R=17.68%
G=29.27%
B=53.05%

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
Decimal58961740.670.4500.32220.345045.49
Hex3A60AE432D020dc322d
Octal72140256103550403346255
Binary1110101100000101011101000011101101010000011011100110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A60AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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