Shades of Mariner #3663AF
Tints of Mariner #3663AF
RGB
CMYK
RGB Variations
Color information
#3663AF (or 0x3663AF) is known color: Mariner. HEX triplet: 36, 63 and AF. RGB value is (54,99,175). Sum of RGB (Red+Green+Blue) = 54+99+175=328 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.46% from 328); Green value is 99 (39.06% from 255 or 30.18% from 328); Blue value is 175 (68.75% from 255 or 53.35% from 328); Max value from RGB is 175 - color contains mainly: blue. Hex color #3663AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3663AF is #C99C50. Grayscale: #5D5D5D. Windows color (decimal): -13212753 or 11494198. OLE color: 11494198.
HSL color Cylindrical-coordinate representation of color #3663AF: hue angle of 217.69º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3663AF is Cyan = 0.69, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 54 | 99 | 175 | - |
| CMYK | 0.69 | 0.43 | 0 | 0.31 |
| HSL | 217.69º | 0.53% | 0.45% | - |
| HSV(B) | 217.69º | 0.69% | 0.69% | - |
| XYZ | 13.72 | 12.8 | 42.31 | - |
| YUV | 94.21 | 173.59 | 99.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 99 | 175 | 0.69 | 0.43 | 0 | 0.31 | 217.69 | 0.53 | 0.45 |
| Hex | 36 | 63 | AF | 45 | 2B | 0 | 1F | DA | 35 | 2D |
| Octal | 66 | 143 | 257 | 105 | 53 | 0 | 37 | 332 | 65 | 55 |
| Binary | 110110 | 1100011 | 10101111 | 1000101 | 101011 | 0 | 11111 | 11011010 | 110101 | 101101 |
Color Harmonies of #3663AF
Complementary color
Monochromatic Colors of #3663AF
Black with #3663AF
Text Example
Text Example
White with #3663AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3663AF; }
p { color: rgb(54,99,175); }
H1.HeaderClassName
{
color: #3663AF;
}
.AnyTagClassName
{
color: #3663AF;
}
</style>
background-color css
<style>
a { background-color: #3663AF; }
a { background-color: rgb(54,99,175); }
div.DivClassName
{
background-color: #3663AF;
}
.BgClassName
{
background-color: #3663AF;
}
</style>
border-color css
<style>
span { border-color: #3663AF; }
span { border-color: rgb(54,99,175); }
td.TdClassName
{
border-color: #3663AF;
}
.TagClassName
{
border-color: #3663AF;
}
</style>