Shades of Mariner #436392
Tints of Mariner #436392
RGB
CMYK
RGB Variations
Color information
#436392 (or 0x436392) is known color: Mariner. HEX triplet: 43, 63 and 92. RGB value is (67,99,146). Sum of RGB (Red+Green+Blue) = 67+99+146=312 (41% of max value = 765). Red value is 67 (26.56% from 255 or 21.47% from 312); Green value is 99 (39.06% from 255 or 31.73% from 312); Blue value is 146 (57.42% from 255 or 46.79% from 312); Max value from RGB is 146 - color contains mainly: blue. Hex color #436392 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #436392 is #BC9C6D. Grayscale: #5E5E5E. Windows color (decimal): -12360814 or 9593667. OLE color: 9593667.
HSL color Cylindrical-coordinate representation of color #436392: hue angle of 215.7º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #436392 is Cyan = 0.54, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 67 | 99 | 146 | - |
| CMYK | 0.54 | 0.32 | 0 | 0.43 |
| HSL | 215.7º | 0.37% | 0.42% | - |
| HSV(B) | 215.7º | 0.54% | 0.57% | - |
| XYZ | 11.96 | 12.19 | 28.92 | - |
| YUV | 94.79 | 156.9 | 108.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 99 | 146 | 0.54 | 0.32 | 0 | 0.43 | 215.7 | 0.37 | 0.42 |
| Hex | 43 | 63 | 92 | 36 | 20 | 0 | 2B | D8 | 25 | 2A |
| Octal | 103 | 143 | 222 | 66 | 40 | 0 | 53 | 330 | 45 | 52 |
| Binary | 1000011 | 1100011 | 10010010 | 110110 | 100000 | 0 | 101011 | 11011000 | 100101 | 101010 |
Color Harmonies of #436392
Complementary color
Monochromatic Colors of #436392
Black with #436392
Text Example
Text Example
White with #436392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #436392; }
p { color: rgb(67,99,146); }
H1.HeaderClassName
{
color: #436392;
}
.AnyTagClassName
{
color: #436392;
}
</style>
background-color css
<style>
a { background-color: #436392; }
a { background-color: rgb(67,99,146); }
div.DivClassName
{
background-color: #436392;
}
.BgClassName
{
background-color: #436392;
}
</style>
border-color css
<style>
span { border-color: #436392; }
span { border-color: rgb(67,99,146); }
td.TdClassName
{
border-color: #436392;
}
.TagClassName
{
border-color: #436392;
}
</style>