Shades of Mariner #42559B
Tints of Mariner #42559B
RGB
CMYK
RGB Variations
Color information
#42559B (or 0x42559B) is known color: Mariner. HEX triplet: 42, 55 and 9B. RGB value is (66,85,155). Sum of RGB (Red+Green+Blue) = 66+85+155=306 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.57% from 306); Green value is 85 (33.59% from 255 or 27.78% from 306); Blue value is 155 (60.94% from 255 or 50.65% from 306); Max value from RGB is 155 - color contains mainly: blue. Hex color #42559B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #42559B is #BDAA64. Grayscale: #575757. Windows color (decimal): -12429925 or 10179906. OLE color: 10179906.
HSL color Cylindrical-coordinate representation of color #42559B: hue angle of 227.19º 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 #42559B is Cyan = 0.57, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 66 | 85 | 155 | - |
| CMYK | 0.57 | 0.45 | 0 | 0.39 |
| HSL | 227.19º | 0.4% | 0.43% | - |
| HSV(B) | 227.19º | 0.57% | 0.61% | - |
| XYZ | 11.41 | 10.02 | 32.34 | - |
| YUV | 87.3 | 166.21 | 112.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 85 | 155 | 0.57 | 0.45 | 0 | 0.39 | 227.19 | 0.4 | 0.43 |
| Hex | 42 | 55 | 9B | 39 | 2D | 0 | 27 | E3 | 28 | 2B |
| Octal | 102 | 125 | 233 | 71 | 55 | 0 | 47 | 343 | 50 | 53 |
| Binary | 1000010 | 1010101 | 10011011 | 111001 | 101101 | 0 | 100111 | 11100011 | 101000 | 101011 |
Color Harmonies of #42559B
Complementary color
Monochromatic Colors of #42559B
Black with #42559B
Text Example
Text Example
White with #42559B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42559B; }
p { color: rgb(66,85,155); }
H1.HeaderClassName
{
color: #42559B;
}
.AnyTagClassName
{
color: #42559B;
}
</style>
background-color css
<style>
a { background-color: #42559B; }
a { background-color: rgb(66,85,155); }
div.DivClassName
{
background-color: #42559B;
}
.BgClassName
{
background-color: #42559B;
}
</style>
border-color css
<style>
span { border-color: #42559B; }
span { border-color: rgb(66,85,155); }
td.TdClassName
{
border-color: #42559B;
}
.TagClassName
{
border-color: #42559B;
}
</style>