#3967AA

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

Shades of Mariner #3967AA

Tints of Mariner #3967AA

Color information

#3967AA (or 0x3967AA) is unknown color: approx Mariner. HEX triplet: 39, 67 and AA. RGB value is (57,103,170). Sum of RGB (Red+Green+Blue) = 57+103+170=330 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.27% from 330); Green value is 103 (40.62% from 255 or 31.21% from 330); Blue value is 170 (66.80% from 255 or 51.52% from 330); Max value from RGB is 170 - color contains mainly: blue. Hex color #3967AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3967AA is #C69855. Grayscale: #606060. Windows color (decimal): -13015126 or 11167545. OLE color: 11167545.

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

Color convert

RGB57103170-
CMYK0.660.3900.33
HSL215.58º49.78%44.51%-
HSV(B)215.58º66.47%66.67%-
XYZ13.7913.4739.9-
YUV96.88169.2699.55-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 17.27%
GREEN value IS 103 (40.62% from 255) = 31.21%
BLUE value IS 170 (66.80% from 255) = 51.52%
R=17.27%
G=31.21%
B=51.52%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal571031700.660.3900.33215.5849.7844.51
Hex3967AA4227021d8322d
Octal71147252102470413306255
Binary1110011100111101010101000010100111010000111011000110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3967AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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