Shades of Mariner #3460AC
Tints of Mariner #3460AC
RGB
CMYK
RGB Variations
Color information
#3460AC (or 0x3460AC) is known color: Mariner. HEX triplet: 34, 60 and AC. RGB value is (52,96,172). Sum of RGB (Red+Green+Blue) = 52+96+172=320 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.25% from 320); Green value is 96 (37.89% from 255 or 30% from 320); Blue value is 172 (67.58% from 255 or 53.75% from 320); Max value from RGB is 172 - color contains mainly: blue. Hex color #3460AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3460AC is #CB9F53. Grayscale: #5B5B5B. Windows color (decimal): -13344596 or 11296820. OLE color: 11296820.
HSL color Cylindrical-coordinate representation of color #3460AC: hue angle of 218º 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 #3460AC is Cyan = 0.70, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 52 | 96 | 172 | - |
| CMYK | 0.70 | 0.44 | 0 | 0.33 |
| HSL | 218º | 0.54% | 0.44% | - |
| HSV(B) | 218º | 0.7% | 0.67% | - |
| XYZ | 13.05 | 12.07 | 40.67 | - |
| YUV | 91.51 | 173.42 | 99.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 96 | 172 | 0.70 | 0.44 | 0 | 0.33 | 218 | 0.54 | 0.44 |
| Hex | 34 | 60 | AC | 46 | 2C | 0 | 21 | DA | 36 | 2C |
| Octal | 64 | 140 | 254 | 106 | 54 | 0 | 41 | 332 | 66 | 54 |
| Binary | 110100 | 1100000 | 10101100 | 1000110 | 101100 | 0 | 100001 | 11011010 | 110110 | 101100 |
Color Harmonies of #3460AC
Complementary color
Monochromatic Colors of #3460AC
Black with #3460AC
Text Example
Text Example
White with #3460AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3460AC; }
p { color: rgb(52,96,172); }
H1.HeaderClassName
{
color: #3460AC;
}
.AnyTagClassName
{
color: #3460AC;
}
</style>
background-color css
<style>
a { background-color: #3460AC; }
a { background-color: rgb(52,96,172); }
div.DivClassName
{
background-color: #3460AC;
}
.BgClassName
{
background-color: #3460AC;
}
</style>
border-color css
<style>
span { border-color: #3460AC; }
span { border-color: rgb(52,96,172); }
td.TdClassName
{
border-color: #3460AC;
}
.TagClassName
{
border-color: #3460AC;
}
</style>