#3a69a9

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

Shades of Mariner #3A69A9

Tints of Mariner #3A69A9

Color information

#3A69A9 (or 0x3A69A9) is unknown color: approx Mariner. HEX triplet: 3A, 69 and A9. RGB value is (58,105,169). Sum of RGB (Red+Green+Blue) = 58+105+169=332 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.47% from 332); Green value is 105 (41.41% from 255 or 31.63% from 332); Blue value is 169 (66.41% from 255 or 50.90% from 332); Max value from RGB is 169 - color contains mainly: blue. Hex color #3A69A9 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A69A9 is #C59656. Grayscale: #616161. Windows color (decimal): -12949079 or 11102522. OLE color: 11102522.

HSL color Cylindrical-coordinate representation of color #3A69A9: hue angle of 214.59º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3A69A9 is Cyan = 0.66, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB58105169-
CMYK0.660.3800.34
HSL214.59º48.9%44.51%-
HSV(B)214.59º65.68%66.27%-
XYZ13.9613.8739.48-
YUV98.24167.9399.3-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 17.47%
GREEN value IS 105 (41.41% from 255) = 31.63%
BLUE value IS 169 (66.41% from 255) = 50.90%
R=17.47%
G=31.63%
B=50.90%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal581051690.660.3800.34214.5948.944.51
Hex3A69A94226022d7312d
Octal72151251102460423276155
Binary1110101101001101010011000010100110010001011010111110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3a69a9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,105,169); }

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

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

 a { background-color: rgb(58,105,169); }

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

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

 span { border-color: rgb(58,105,169); }

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