Shades of Mariner #43599A
Tints of Mariner #43599A
RGB
CMYK
RGB Variations
Color information
#43599A (or 0x43599A) is known color: Mariner. HEX triplet: 43, 59 and 9A. RGB value is (67,89,154). Sum of RGB (Red+Green+Blue) = 67+89+154=310 (41% of max value = 765). Red value is 67 (26.56% from 255 or 21.61% from 310); Green value is 89 (35.16% from 255 or 28.71% from 310); Blue value is 154 (60.55% from 255 or 49.68% from 310); Max value from RGB is 154 - color contains mainly: blue. Hex color #43599A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #43599A is #BCA665. Grayscale: #595959. Windows color (decimal): -12363366 or 10115395. OLE color: 10115395.
HSL color Cylindrical-coordinate representation of color #43599A: hue angle of 224.83º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #43599A is Cyan = 0.56, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 67 | 89 | 154 | - |
| CMYK | 0.56 | 0.42 | 0 | 0.40 |
| HSL | 224.83º | 0.39% | 0.43% | - |
| HSV(B) | 224.83º | 0.56% | 0.6% | - |
| XYZ | 11.72 | 10.67 | 32.01 | - |
| YUV | 89.83 | 164.21 | 111.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 89 | 154 | 0.56 | 0.42 | 0 | 0.40 | 224.83 | 0.39 | 0.43 |
| Hex | 43 | 59 | 9A | 38 | 2A | 0 | 28 | E1 | 27 | 2B |
| Octal | 103 | 131 | 232 | 70 | 52 | 0 | 50 | 341 | 47 | 53 |
| Binary | 1000011 | 1011001 | 10011010 | 111000 | 101010 | 0 | 101000 | 11100001 | 100111 | 101011 |
Color Harmonies of #43599A
Complementary color
Monochromatic Colors of #43599A
Black with #43599A
Text Example
Text Example
White with #43599A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43599A; }
p { color: rgb(67,89,154); }
H1.HeaderClassName
{
color: #43599A;
}
.AnyTagClassName
{
color: #43599A;
}
</style>
background-color css
<style>
a { background-color: #43599A; }
a { background-color: rgb(67,89,154); }
div.DivClassName
{
background-color: #43599A;
}
.BgClassName
{
background-color: #43599A;
}
</style>
border-color css
<style>
span { border-color: #43599A; }
span { border-color: rgb(67,89,154); }
td.TdClassName
{
border-color: #43599A;
}
.TagClassName
{
border-color: #43599A;
}
</style>