#3A5EAF

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

Shades of Mariner #3A5EAF

Tints of Mariner #3A5EAF

Color information

#3A5EAF (or 0x3A5EAF) is unknown color: approx Mariner. HEX triplet: 3A, 5E and AF. RGB value is (58,94,175). Sum of RGB (Red+Green+Blue) = 58+94+175=327 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.74% from 327); Green value is 94 (37.11% from 255 or 28.75% from 327); Blue value is 175 (68.75% from 255 or 53.52% from 327); Max value from RGB is 175 - color contains mainly: blue. Hex color #3A5EAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A5EAF is #C5A150. Grayscale: #5C5C5C. Windows color (decimal): -12951889 or 11492922. OLE color: 11492922.

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

Color convert

RGB5894175-
CMYK0.670.4600.31
HSL221.54º50.21%45.69%-
HSV(B)221.54º66.86%68.63%-
XYZ13.491242.16-
YUV92.47174.57103.41-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 17.74%
GREEN value IS 94 (37.11% from 255) = 28.75%
BLUE value IS 175 (68.75% from 255) = 53.52%
R=17.74%
G=28.75%
B=53.52%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal58941750.670.4600.31221.5450.2145.69
Hex3A5EAF432E01Fde322e
Octal72136257103560373366256
Binary111010101111010101111100001110111001111111011110110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A5EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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