#3969AD

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

Shades of Mariner #3969AD

Tints of Mariner #3969AD

Color information

#3969AD (or 0x3969AD) is unknown color: approx Mariner. HEX triplet: 39, 69 and AD. RGB value is (57,105,173). Sum of RGB (Red+Green+Blue) = 57+105+173=335 (44% of max value = 765). Red value is 57 (22.66% from 255 or 17.01% from 335); Green value is 105 (41.41% from 255 or 31.34% from 335); Blue value is 173 (67.97% from 255 or 51.64% from 335); Max value from RGB is 173 - color contains mainly: blue. Hex color #3969AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3969AD is #C69652. Grayscale: #626262. Windows color (decimal): -13014611 or 11364665. OLE color: 11364665.

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

Color convert

RGB57105173-
CMYK0.670.3900.32
HSL215.17º50.43%45.1%-
HSV(B)215.17º67.05%67.84%-
XYZ14.2813.9941.48-
YUV98.4170.198.47-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 17.01%
GREEN value IS 105 (41.41% from 255) = 31.34%
BLUE value IS 173 (67.97% from 255) = 51.64%
R=17.01%
G=31.34%
B=51.64%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal571051730.670.3900.32215.1750.4345.1
Hex3969AD4327020d7322d
Octal71151255103470403276255
Binary1110011101001101011011000011100111010000011010111110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3969AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3969AD; }

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

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

<style>
 a { background-color: #3969AD; }

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

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

<style>
 span { border-color: #3969AD; }

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

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