Shades of Mariner #3666AE
Tints of Mariner #3666AE
RGB
CMYK
RGB Variations
Color information
#3666AE (or 0x3666AE) is known color: Mariner. HEX triplet: 36, 66 and AE. RGB value is (54,102,174). Sum of RGB (Red+Green+Blue) = 54+102+174=330 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.36% from 330); Green value is 102 (40.23% from 255 or 30.91% from 330); Blue value is 174 (68.36% from 255 or 52.73% from 330); Max value from RGB is 174 - color contains mainly: blue. Hex color #3666AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3666AE is #C99951. Grayscale: #5F5F5F. Windows color (decimal): -13211986 or 11429430. OLE color: 11429430.
HSL color Cylindrical-coordinate representation of color #3666AE: hue angle of 216º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3666AE is Cyan = 0.69, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 54 | 102 | 174 | - |
| CMYK | 0.69 | 0.41 | 0 | 0.32 |
| HSL | 216º | 0.53% | 0.45% | - |
| HSV(B) | 216º | 0.69% | 0.68% | - |
| XYZ | 13.91 | 13.34 | 41.89 | - |
| YUV | 95.86 | 172.1 | 98.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 102 | 174 | 0.69 | 0.41 | 0 | 0.32 | 216 | 0.53 | 0.45 |
| Hex | 36 | 66 | AE | 45 | 29 | 0 | 20 | D8 | 35 | 2D |
| Octal | 66 | 146 | 256 | 105 | 51 | 0 | 40 | 330 | 65 | 55 |
| Binary | 110110 | 1100110 | 10101110 | 1000101 | 101001 | 0 | 100000 | 11011000 | 110101 | 101101 |
Color Harmonies of #3666AE
Complementary color
Monochromatic Colors of #3666AE
Black with #3666AE
Text Example
Text Example
White with #3666AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3666AE; }
p { color: rgb(54,102,174); }
H1.HeaderClassName
{
color: #3666AE;
}
.AnyTagClassName
{
color: #3666AE;
}
</style>
background-color css
<style>
a { background-color: #3666AE; }
a { background-color: rgb(54,102,174); }
div.DivClassName
{
background-color: #3666AE;
}
.BgClassName
{
background-color: #3666AE;
}
</style>
border-color css
<style>
span { border-color: #3666AE; }
span { border-color: rgb(54,102,174); }
td.TdClassName
{
border-color: #3666AE;
}
.TagClassName
{
border-color: #3666AE;
}
</style>