Shades of Mariner #3360AB
Tints of Mariner #3360AB
RGB
CMYK
RGB Variations
Color information
#3360AB (or 0x3360AB) is known color: Mariner. HEX triplet: 33, 60 and AB. RGB value is (51,96,171). Sum of RGB (Red+Green+Blue) = 51+96+171=318 (42% of max value = 765). Red value is 51 (20.31% from 255 or 16.04% from 318); Green value is 96 (37.89% from 255 or 30.19% from 318); Blue value is 171 (67.19% from 255 or 53.77% from 318); Max value from RGB is 171 - color contains mainly: blue. Hex color #3360AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3360AB is #CC9F54. Grayscale: #5A5A5A. Windows color (decimal): -13410133 or 11231283. OLE color: 11231283.
HSL color Cylindrical-coordinate representation of color #3360AB: hue angle of 217.5º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3360AB is Cyan = 0.70, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 51 | 96 | 171 | - |
| CMYK | 0.70 | 0.44 | 0 | 0.33 |
| HSL | 217.5º | 0.54% | 0.44% | - |
| HSV(B) | 217.5º | 0.7% | 0.67% | - |
| XYZ | 12.9 | 12.01 | 40.17 | - |
| YUV | 91.1 | 173.09 | 99.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 96 | 171 | 0.70 | 0.44 | 0 | 0.33 | 217.5 | 0.54 | 0.44 |
| Hex | 33 | 60 | AB | 46 | 2C | 0 | 21 | DA | 36 | 2C |
| Octal | 63 | 140 | 253 | 106 | 54 | 0 | 41 | 332 | 66 | 54 |
| Binary | 110011 | 1100000 | 10101011 | 1000110 | 101100 | 0 | 100001 | 11011010 | 110110 | 101100 |
Color Harmonies of #3360AB
Complementary color
Monochromatic Colors of #3360AB
Black with #3360AB
Text Example
Text Example
White with #3360AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3360AB; }
p { color: rgb(51,96,171); }
H1.HeaderClassName
{
color: #3360AB;
}
.AnyTagClassName
{
color: #3360AB;
}
</style>
background-color css
<style>
a { background-color: #3360AB; }
a { background-color: rgb(51,96,171); }
div.DivClassName
{
background-color: #3360AB;
}
.BgClassName
{
background-color: #3360AB;
}
</style>
border-color css
<style>
span { border-color: #3360AB; }
span { border-color: rgb(51,96,171); }
td.TdClassName
{
border-color: #3360AB;
}
.TagClassName
{
border-color: #3360AB;
}
</style>