Shades of Mariner #3664AD
Tints of Mariner #3664AD
RGB
CMYK
RGB Variations
Color information
#3664AD (or 0x3664AD) is known color: Mariner. HEX triplet: 36, 64 and AD. RGB value is (54,100,173). Sum of RGB (Red+Green+Blue) = 54+100+173=327 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.51% from 327); Green value is 100 (39.45% from 255 or 30.58% from 327); Blue value is 173 (67.97% from 255 or 52.91% from 327); Max value from RGB is 173 - color contains mainly: blue. Hex color #3664AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3664AD is #C99B52. Grayscale: #5E5E5E. Windows color (decimal): -13212499 or 11363382. OLE color: 11363382.
HSL color Cylindrical-coordinate representation of color #3664AD: hue angle of 216.81º degrees, saturation: 0.52, 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 #3664AD is Cyan = 0.69, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 54 | 100 | 173 | - |
| CMYK | 0.69 | 0.42 | 0 | 0.32 |
| HSL | 216.81º | 0.52% | 0.45% | - |
| HSV(B) | 216.81º | 0.69% | 0.68% | - |
| XYZ | 13.62 | 12.92 | 41.31 | - |
| YUV | 94.57 | 172.26 | 99.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 100 | 173 | 0.69 | 0.42 | 0 | 0.32 | 216.81 | 0.52 | 0.45 |
| Hex | 36 | 64 | AD | 45 | 2A | 0 | 20 | D9 | 34 | 2D |
| Octal | 66 | 144 | 255 | 105 | 52 | 0 | 40 | 331 | 64 | 55 |
| Binary | 110110 | 1100100 | 10101101 | 1000101 | 101010 | 0 | 100000 | 11011001 | 110100 | 101101 |
Color Harmonies of #3664AD
Complementary color
Monochromatic Colors of #3664AD
Black with #3664AD
Text Example
Text Example
White with #3664AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3664AD; }
p { color: rgb(54,100,173); }
H1.HeaderClassName
{
color: #3664AD;
}
.AnyTagClassName
{
color: #3664AD;
}
</style>
background-color css
<style>
a { background-color: #3664AD; }
a { background-color: rgb(54,100,173); }
div.DivClassName
{
background-color: #3664AD;
}
.BgClassName
{
background-color: #3664AD;
}
</style>
border-color css
<style>
span { border-color: #3664AD; }
span { border-color: rgb(54,100,173); }
td.TdClassName
{
border-color: #3664AD;
}
.TagClassName
{
border-color: #3664AD;
}
</style>