Shades of Mariner #425C91
Tints of Mariner #425C91
RGB
CMYK
RGB Variations
Color information
#425C91 (or 0x425C91) is known color: Mariner. HEX triplet: 42, 5C and 91. RGB value is (66,92,145). Sum of RGB (Red+Green+Blue) = 66+92+145=303 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.78% from 303); Green value is 92 (36.33% from 255 or 30.36% from 303); Blue value is 145 (57.03% from 255 or 47.85% from 303); Max value from RGB is 145 - color contains mainly: blue. Hex color #425C91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #425C91 is #BDA36E. Grayscale: #5A5A5A. Windows color (decimal): -12428143 or 9526338. OLE color: 9526338.
HSL color Cylindrical-coordinate representation of color #425C91: hue angle of 220.25º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #425C91 is Cyan = 0.54, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 66 | 92 | 145 | - |
| CMYK | 0.54 | 0.37 | 0 | 0.43 |
| HSL | 220.25º | 0.37% | 0.41% | - |
| HSV(B) | 220.25º | 0.54% | 0.57% | - |
| XYZ | 11.18 | 10.86 | 28.29 | - |
| YUV | 90.27 | 158.89 | 110.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 92 | 145 | 0.54 | 0.37 | 0 | 0.43 | 220.25 | 0.37 | 0.41 |
| Hex | 42 | 5C | 91 | 36 | 25 | 0 | 2B | DC | 25 | 29 |
| Octal | 102 | 134 | 221 | 66 | 45 | 0 | 53 | 334 | 45 | 51 |
| Binary | 1000010 | 1011100 | 10010001 | 110110 | 100101 | 0 | 101011 | 11011100 | 100101 | 101001 |
Color Harmonies of #425C91
Complementary color
Monochromatic Colors of #425C91
Black with #425C91
Text Example
Text Example
White with #425C91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425C91; }
p { color: rgb(66,92,145); }
H1.HeaderClassName
{
color: #425C91;
}
.AnyTagClassName
{
color: #425C91;
}
</style>
background-color css
<style>
a { background-color: #425C91; }
a { background-color: rgb(66,92,145); }
div.DivClassName
{
background-color: #425C91;
}
.BgClassName
{
background-color: #425C91;
}
</style>
border-color css
<style>
span { border-color: #425C91; }
span { border-color: rgb(66,92,145); }
td.TdClassName
{
border-color: #425C91;
}
.TagClassName
{
border-color: #425C91;
}
</style>