#3969AA

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

Shades of Mariner #3969AA

Tints of Mariner #3969AA

Color information

#3969AA (or 0x3969AA) is unknown color: approx Mariner. HEX triplet: 39, 69 and AA. RGB value is (57,105,170). Sum of RGB (Red+Green+Blue) = 57+105+170=332 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.17% from 332); Green value is 105 (41.41% from 255 or 31.63% from 332); Blue value is 170 (66.80% from 255 or 51.20% from 332); Max value from RGB is 170 - color contains mainly: blue. Hex color #3969AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3969AA is #C69655. Grayscale: #616161. Windows color (decimal): -13014614 or 11168057. OLE color: 11168057.

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

Color convert

RGB57105170-
CMYK0.660.3800.33
HSL214.51º49.78%44.51%-
HSV(B)214.51º66.47%66.67%-
XYZ13.9913.8839.97-
YUV98.06168.698.71-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 17.17%
GREEN value IS 105 (41.41% from 255) = 31.63%
BLUE value IS 170 (66.80% from 255) = 51.20%
R=17.17%
G=31.63%
B=51.20%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal571051700.660.3800.33214.5149.7844.51
Hex3969AA4226021d7322d
Octal71151252102460413276255
Binary1110011101001101010101000010100110010000111010111110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3969AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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