Shades of Mariner #425B90
Tints of Mariner #425B90
RGB
CMYK
RGB Variations
Color information
#425B90 (or 0x425B90) is known color: Mariner. HEX triplet: 42, 5B and 90. RGB value is (66,91,144). Sum of RGB (Red+Green+Blue) = 66+91+144=301 (39% of max value = 765). Red value is 66 (26.17% from 255 or 21.93% from 301); Green value is 91 (35.94% from 255 or 30.23% from 301); Blue value is 144 (56.64% from 255 or 47.84% from 301); Max value from RGB is 144 - color contains mainly: blue. Hex color #425B90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #425B90 is #BDA46F. Grayscale: #595959. Windows color (decimal): -12428400 or 9460546. OLE color: 9460546.
HSL color Cylindrical-coordinate representation of color #425B90: hue angle of 220.77º 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 #425B90 is Cyan = 0.54, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 66 | 91 | 144 | - |
| CMYK | 0.54 | 0.37 | 0 | 0.44 |
| HSL | 220.77º | 0.37% | 0.41% | - |
| HSV(B) | 220.77º | 0.54% | 0.56% | - |
| XYZ | 11.02 | 10.65 | 27.86 | - |
| YUV | 89.57 | 158.72 | 111.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 91 | 144 | 0.54 | 0.37 | 0 | 0.44 | 220.77 | 0.37 | 0.41 |
| Hex | 42 | 5B | 90 | 36 | 25 | 0 | 2C | DD | 25 | 29 |
| Octal | 102 | 133 | 220 | 66 | 45 | 0 | 54 | 335 | 45 | 51 |
| Binary | 1000010 | 1011011 | 10010000 | 110110 | 100101 | 0 | 101100 | 11011101 | 100101 | 101001 |
Color Harmonies of #425B90
Complementary color
Monochromatic Colors of #425B90
Black with #425B90
Text Example
Text Example
White with #425B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425B90; }
p { color: rgb(66,91,144); }
H1.HeaderClassName
{
color: #425B90;
}
.AnyTagClassName
{
color: #425B90;
}
</style>
background-color css
<style>
a { background-color: #425B90; }
a { background-color: rgb(66,91,144); }
div.DivClassName
{
background-color: #425B90;
}
.BgClassName
{
background-color: #425B90;
}
</style>
border-color css
<style>
span { border-color: #425B90; }
span { border-color: rgb(66,91,144); }
td.TdClassName
{
border-color: #425B90;
}
.TagClassName
{
border-color: #425B90;
}
</style>