Shades of Mariner #42589B
Tints of Mariner #42589B
RGB
CMYK
RGB Variations
Color information
#42589B (or 0x42589B) is known color: Mariner. HEX triplet: 42, 58 and 9B. RGB value is (66,88,155). Sum of RGB (Red+Green+Blue) = 66+88+155=309 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.36% from 309); Green value is 88 (34.77% from 255 or 28.48% from 309); Blue value is 155 (60.94% from 255 or 50.16% from 309); Max value from RGB is 155 - color contains mainly: blue. Hex color #42589B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #42589B is #BDA764. Grayscale: #585858. Windows color (decimal): -12429157 or 10180674. OLE color: 10180674.
HSL color Cylindrical-coordinate representation of color #42589B: hue angle of 225.17º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #42589B is Cyan = 0.57, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 66 | 88 | 155 | - |
| CMYK | 0.57 | 0.43 | 0 | 0.39 |
| HSL | 225.17º | 0.4% | 0.43% | - |
| HSV(B) | 225.17º | 0.57% | 0.61% | - |
| XYZ | 11.65 | 10.5 | 32.42 | - |
| YUV | 89.06 | 165.21 | 111.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 88 | 155 | 0.57 | 0.43 | 0 | 0.39 | 225.17 | 0.4 | 0.43 |
| Hex | 42 | 58 | 9B | 39 | 2B | 0 | 27 | E1 | 28 | 2B |
| Octal | 102 | 130 | 233 | 71 | 53 | 0 | 47 | 341 | 50 | 53 |
| Binary | 1000010 | 1011000 | 10011011 | 111001 | 101011 | 0 | 100111 | 11100001 | 101000 | 101011 |
Color Harmonies of #42589B
Complementary color
Monochromatic Colors of #42589B
Black with #42589B
Text Example
Text Example
White with #42589B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42589B; }
p { color: rgb(66,88,155); }
H1.HeaderClassName
{
color: #42589B;
}
.AnyTagClassName
{
color: #42589B;
}
</style>
background-color css
<style>
a { background-color: #42589B; }
a { background-color: rgb(66,88,155); }
div.DivClassName
{
background-color: #42589B;
}
.BgClassName
{
background-color: #42589B;
}
</style>
border-color css
<style>
span { border-color: #42589B; }
span { border-color: rgb(66,88,155); }
td.TdClassName
{
border-color: #42589B;
}
.TagClassName
{
border-color: #42589B;
}
</style>