#3968A9

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

Shades of Mariner #3968A9

Tints of Mariner #3968A9

Color information

#3968A9 (or 0x3968A9) is unknown color: approx Mariner. HEX triplet: 39, 68 and A9. RGB value is (57,104,169). Sum of RGB (Red+Green+Blue) = 57+104+169=330 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.27% from 330); Green value is 104 (41.02% from 255 or 31.52% from 330); Blue value is 169 (66.41% from 255 or 51.21% from 330); Max value from RGB is 169 - color contains mainly: blue. Hex color #3968A9 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3968A9 is #C69756. Grayscale: #616161. Windows color (decimal): -13014871 or 11102265. OLE color: 11102265.

HSL color Cylindrical-coordinate representation of color #3968A9: hue angle of 214.82º 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 #3968A9 is Cyan = 0.66, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB57104169-
CMYK0.660.3800.34
HSL214.82º49.56%44.31%-
HSV(B)214.82º66.27%66.27%-
XYZ13.813.6439.44-
YUV97.36168.4399.21-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 17.27%
GREEN value IS 104 (41.02% from 255) = 31.52%
BLUE value IS 169 (66.41% from 255) = 51.21%
R=17.27%
G=31.52%
B=51.21%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal571041690.660.3800.34214.8249.5644.31
Hex3968A94226022d7322c
Octal71150251102460423276254
Binary1110011101000101010011000010100110010001011010111110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3968A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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