Shades of Mariner #42589F
Tints of Mariner #42589F
RGB
CMYK
RGB Variations
Color information
#42589F (or 0x42589F) is known color: Mariner. HEX triplet: 42, 58 and 9F. RGB value is (66,88,159). Sum of RGB (Red+Green+Blue) = 66+88+159=313 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.09% from 313); Green value is 88 (34.77% from 255 or 28.12% from 313); Blue value is 159 (62.5% from 255 or 50.80% from 313); Max value from RGB is 159 - color contains mainly: blue. Hex color #42589F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #42589F is #BDA760. Grayscale: #595959. Windows color (decimal): -12429153 or 10442818. OLE color: 10442818.
HSL color Cylindrical-coordinate representation of color #42589F: hue angle of 225.81º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #42589F is Cyan = 0.58, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 66 | 88 | 159 | - |
| CMYK | 0.58 | 0.45 | 0 | 0.38 |
| HSL | 225.81º | 0.41% | 0.44% | - |
| HSV(B) | 225.81º | 0.58% | 0.62% | - |
| XYZ | 11.99 | 10.64 | 34.22 | - |
| YUV | 89.52 | 167.21 | 111.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 88 | 159 | 0.58 | 0.45 | 0 | 0.38 | 225.81 | 0.41 | 0.44 |
| Hex | 42 | 58 | 9F | 3A | 2D | 0 | 26 | E2 | 29 | 2C |
| Octal | 102 | 130 | 237 | 72 | 55 | 0 | 46 | 342 | 51 | 54 |
| Binary | 1000010 | 1011000 | 10011111 | 111010 | 101101 | 0 | 100110 | 11100010 | 101001 | 101100 |
Color Harmonies of #42589F
Complementary color
Monochromatic Colors of #42589F
Black with #42589F
Text Example
Text Example
White with #42589F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42589F; }
p { color: rgb(66,88,159); }
H1.HeaderClassName
{
color: #42589F;
}
.AnyTagClassName
{
color: #42589F;
}
</style>
background-color css
<style>
a { background-color: #42589F; }
a { background-color: rgb(66,88,159); }
div.DivClassName
{
background-color: #42589F;
}
.BgClassName
{
background-color: #42589F;
}
</style>
border-color css
<style>
span { border-color: #42589F; }
span { border-color: rgb(66,88,159); }
td.TdClassName
{
border-color: #42589F;
}
.TagClassName
{
border-color: #42589F;
}
</style>