Shades of Mariner #425A90
Tints of Mariner #425A90
RGB
CMYK
RGB Variations
Color information
#425A90 (or 0x425A90) is known color: Mariner. HEX triplet: 42, 5A and 90. RGB value is (66,90,144). Sum of RGB (Red+Green+Blue) = 66+90+144=300 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22% from 300); Green value is 90 (35.55% from 255 or 30% from 300); Blue value is 144 (56.64% from 255 or 48% from 300); Max value from RGB is 144 - color contains mainly: blue. Hex color #425A90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #425A90 is #BDA56F. Grayscale: #585858. Windows color (decimal): -12428656 or 9460290. OLE color: 9460290.
HSL color Cylindrical-coordinate representation of color #425A90: hue angle of 221.54º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #425A90 is Cyan = 0.54, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 66 | 90 | 144 | - |
| CMYK | 0.54 | 0.37 | 0 | 0.44 |
| HSL | 221.54º | 0.37% | 0.41% | - |
| HSV(B) | 221.54º | 0.54% | 0.56% | - |
| XYZ | 10.94 | 10.48 | 27.83 | - |
| YUV | 88.98 | 159.05 | 111.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 90 | 144 | 0.54 | 0.37 | 0 | 0.44 | 221.54 | 0.37 | 0.41 |
| Hex | 42 | 5A | 90 | 36 | 25 | 0 | 2C | DE | 25 | 29 |
| Octal | 102 | 132 | 220 | 66 | 45 | 0 | 54 | 336 | 45 | 51 |
| Binary | 1000010 | 1011010 | 10010000 | 110110 | 100101 | 0 | 101100 | 11011110 | 100101 | 101001 |
Color Harmonies of #425A90
Complementary color
Monochromatic Colors of #425A90
Black with #425A90
Text Example
Text Example
White with #425A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425A90; }
p { color: rgb(66,90,144); }
H1.HeaderClassName
{
color: #425A90;
}
.AnyTagClassName
{
color: #425A90;
}
</style>
background-color css
<style>
a { background-color: #425A90; }
a { background-color: rgb(66,90,144); }
div.DivClassName
{
background-color: #425A90;
}
.BgClassName
{
background-color: #425A90;
}
</style>
border-color css
<style>
span { border-color: #425A90; }
span { border-color: rgb(66,90,144); }
td.TdClassName
{
border-color: #425A90;
}
.TagClassName
{
border-color: #425A90;
}
</style>