#3963A9

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

Shades of Mariner #3963A9

Tints of Mariner #3963A9

Color information

#3963A9 (or 0x3963A9) is unknown color: approx Mariner. HEX triplet: 39, 63 and A9. RGB value is (57,99,169). Sum of RGB (Red+Green+Blue) = 57+99+169=325 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.54% from 325); Green value is 99 (39.06% from 255 or 30.46% from 325); Blue value is 169 (66.41% from 255 or 52% from 325); Max value from RGB is 169 - color contains mainly: blue. Hex color #3963A9 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3963A9 is #C69C56. Grayscale: #5E5E5E. Windows color (decimal): -13016151 or 11100985. OLE color: 11100985.

HSL color Cylindrical-coordinate representation of color #3963A9: hue angle of 217.5º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3963A9 is Cyan = 0.66, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB5799169-
CMYK0.660.4100.34
HSL217.5º49.56%44.31%-
HSV(B)217.5º66.27%66.27%-
XYZ13.3112.6639.28-
YUV94.42170.09101.31-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 17.54%
GREEN value IS 99 (39.06% from 255) = 30.46%
BLUE value IS 169 (66.41% from 255) = 52%
R=17.54%
G=30.46%
B=52%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal57991690.660.4100.34217.549.5644.31
Hex3963A94229022da322c
Octal71143251102510423326254
Binary1110011100011101010011000010101001010001011011010110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3963A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3963A9; }

 p { color: rgb(57,99,169); }

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

<style>
 a { background-color: #3963A9; }

 a { background-color: rgb(57,99,169); }

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

<style>
 span { border-color: #3963A9; }

 span { border-color: rgb(57,99,169); }

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