Shades of Mariner #43599B
Tints of Mariner #43599B
RGB
CMYK
RGB Variations
Color information
#43599B (or 0x43599B) is known color: Mariner. HEX triplet: 43, 59 and 9B. RGB value is (67,89,155). Sum of RGB (Red+Green+Blue) = 67+89+155=311 (41% of max value = 765). Red value is 67 (26.56% from 255 or 21.54% from 311); Green value is 89 (35.16% from 255 or 28.62% from 311); Blue value is 155 (60.94% from 255 or 49.84% from 311); Max value from RGB is 155 - color contains mainly: blue. Hex color #43599B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #43599B is #BCA664. Grayscale: #595959. Windows color (decimal): -12363365 or 10180931. OLE color: 10180931.
HSL color Cylindrical-coordinate representation of color #43599B: hue angle of 225º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #43599B is Cyan = 0.57, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 67 | 89 | 155 | - |
| CMYK | 0.57 | 0.43 | 0 | 0.39 |
| HSL | 225º | 0.4% | 0.44% | - |
| HSV(B) | 225º | 0.57% | 0.61% | - |
| XYZ | 11.8 | 10.7 | 32.45 | - |
| YUV | 89.95 | 164.71 | 111.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 89 | 155 | 0.57 | 0.43 | 0 | 0.39 | 225 | 0.4 | 0.44 |
| Hex | 43 | 59 | 9B | 39 | 2B | 0 | 27 | E1 | 28 | 2C |
| Octal | 103 | 131 | 233 | 71 | 53 | 0 | 47 | 341 | 50 | 54 |
| Binary | 1000011 | 1011001 | 10011011 | 111001 | 101011 | 0 | 100111 | 11100001 | 101000 | 101100 |
Color Harmonies of #43599B
Complementary color
Monochromatic Colors of #43599B
Black with #43599B
Text Example
Text Example
White with #43599B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43599B; }
p { color: rgb(67,89,155); }
H1.HeaderClassName
{
color: #43599B;
}
.AnyTagClassName
{
color: #43599B;
}
</style>
background-color css
<style>
a { background-color: #43599B; }
a { background-color: rgb(67,89,155); }
div.DivClassName
{
background-color: #43599B;
}
.BgClassName
{
background-color: #43599B;
}
</style>
border-color css
<style>
span { border-color: #43599B; }
span { border-color: rgb(67,89,155); }
td.TdClassName
{
border-color: #43599B;
}
.TagClassName
{
border-color: #43599B;
}
</style>