#3966AA

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

Shades of Mariner #3966AA

Tints of Mariner #3966AA

Color information

#3966AA (or 0x3966AA) is unknown color: approx Mariner. HEX triplet: 39, 66 and AA. RGB value is (57,102,170). Sum of RGB (Red+Green+Blue) = 57+102+170=329 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.33% from 329); Green value is 102 (40.23% from 255 or 31.00% from 329); Blue value is 170 (66.80% from 255 or 51.67% from 329); Max value from RGB is 170 - color contains mainly: blue. Hex color #3966AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3966AA is #C69955. Grayscale: #5F5F5F. Windows color (decimal): -13015382 or 11167289. OLE color: 11167289.

HSL color Cylindrical-coordinate representation of color #3966AA: hue angle of 216.11º 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 #3966AA is Cyan = 0.66, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB57102170-
CMYK0.660.400.33
HSL216.11º49.78%44.51%-
HSV(B)216.11º66.47%66.67%-
XYZ13.6913.2739.87-
YUV96.3169.5999.97-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 17.33%
GREEN value IS 102 (40.23% from 255) = 31.00%
BLUE value IS 170 (66.80% from 255) = 51.67%
R=17.33%
G=31.00%
B=51.67%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal571021700.660.400.33216.1149.7844.51
Hex3966AA4228021d8322d
Octal71146252102500413306255
Binary1110011100110101010101000010101000010000111011000110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3966AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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