#3A69AD

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

Shades of Mariner #3A69AD

Tints of Mariner #3A69AD

Color information

#3A69AD (or 0x3A69AD) is unknown color: approx Mariner. HEX triplet: 3A, 69 and AD. RGB value is (58,105,173). Sum of RGB (Red+Green+Blue) = 58+105+173=336 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.26% from 336); Green value is 105 (41.41% from 255 or 31.25% from 336); Blue value is 173 (67.97% from 255 or 51.49% from 336); Max value from RGB is 173 - color contains mainly: blue. Hex color #3A69AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A69AD is #C59652. Grayscale: #626262. Windows color (decimal): -12949075 or 11364666. OLE color: 11364666.

HSL color Cylindrical-coordinate representation of color #3A69AD: hue angle of 215.48º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3A69AD is Cyan = 0.66, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB58105173-
CMYK0.660.3900.32
HSL215.48º49.78%45.29%-
HSV(B)215.48º66.47%67.84%-
XYZ14.3414.0241.49-
YUV98.7169.9398.97-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 17.26%
GREEN value IS 105 (41.41% from 255) = 31.25%
BLUE value IS 173 (67.97% from 255) = 51.49%
R=17.26%
G=31.25%
B=51.49%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal581051730.660.3900.32215.4849.7845.29
Hex3A69AD4227020d7322d
Octal72151255102470403276255
Binary1110101101001101011011000010100111010000011010111110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A69AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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