#3A57A5

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

Shades of Mariner #3A57A5

Tints of Mariner #3A57A5

Color information

#3A57A5 (or 0x3A57A5) is unknown color: approx Mariner. HEX triplet: 3A, 57 and A5. RGB value is (58,87,165). Sum of RGB (Red+Green+Blue) = 58+87+165=310 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.71% from 310); Green value is 87 (34.38% from 255 or 28.06% from 310); Blue value is 165 (64.84% from 255 or 53.23% from 310); Max value from RGB is 165 - color contains mainly: blue. Hex color #3A57A5 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A57A5 is #C5A85A. Grayscale: #565656. Windows color (decimal): -12953691 or 10835770. OLE color: 10835770.

HSL color Cylindrical-coordinate representation of color #3A57A5: hue angle of 223.74º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3A57A5 is Cyan = 0.65, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB5887165-
CMYK0.650.4700.35
HSL223.74º47.98%43.73%-
HSV(B)223.74º64.85%64.71%-
XYZ11.9410.4336.98-
YUV87.22171.89107.16-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 18.71%
GREEN value IS 87 (34.38% from 255) = 28.06%
BLUE value IS 165 (64.84% from 255) = 53.23%
R=18.71%
G=28.06%
B=53.23%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal58871650.650.4700.35223.7447.9843.73
Hex3A57A5412F023e0302c
Octal72127245101570433406054
Binary1110101010111101001011000001101111010001111100000110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A57A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,87,165); }

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

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

 a { background-color: rgb(58,87,165); }

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

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

 span { border-color: rgb(58,87,165); }

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