#3A6AAF

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

Shades of Mariner #3A6AAF

Tints of Mariner #3A6AAF

Color information

#3A6AAF (or 0x3A6AAF) is unknown color: approx Mariner. HEX triplet: 3A, 6A and AF. RGB value is (58,106,175). Sum of RGB (Red+Green+Blue) = 58+106+175=339 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.11% from 339); Green value is 106 (41.80% from 255 or 31.27% from 339); Blue value is 175 (68.75% from 255 or 51.62% from 339); Max value from RGB is 175 - color contains mainly: blue. Hex color #3A6AAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A6AAF is #C59550. Grayscale: #636363. Windows color (decimal): -12948817 or 11495994. OLE color: 11495994.

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

Color convert

RGB58106175-
CMYK0.670.3900.31
HSL215.38º50.21%45.69%-
HSV(B)215.38º66.86%68.63%-
XYZ14.6414.342.55-
YUV99.51170.698.39-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 17.11%
GREEN value IS 106 (41.80% from 255) = 31.27%
BLUE value IS 175 (68.75% from 255) = 51.62%
R=17.11%
G=31.27%
B=51.62%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal581061750.670.3900.31215.3850.2145.69
Hex3A6AAF432701Fd7322e
Octal72152257103470373276256
Binary111010110101010101111100001110011101111111010111110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A6AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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