Shades of Mariner #425D8F
Tints of Mariner #425D8F
RGB
CMYK
RGB Variations
Color information
#425D8F (or 0x425D8F) is known color: Mariner. HEX triplet: 42, 5D and 8F. RGB value is (66,93,143). Sum of RGB (Red+Green+Blue) = 66+93+143=302 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.85% from 302); Green value is 93 (36.72% from 255 or 30.79% from 302); Blue value is 143 (56.25% from 255 or 47.35% from 302); Max value from RGB is 143 - color contains mainly: blue. Hex color #425D8F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #425D8F is #BDA270. Grayscale: #5A5A5A. Windows color (decimal): -12427889 or 9395522. OLE color: 9395522.
HSL color Cylindrical-coordinate representation of color #425D8F: hue angle of 218.96º 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 #425D8F is Cyan = 0.54, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 66 | 93 | 143 | - |
| CMYK | 0.54 | 0.35 | 0 | 0.44 |
| HSL | 218.96º | 0.37% | 0.41% | - |
| HSV(B) | 218.96º | 0.54% | 0.56% | - |
| XYZ | 11.12 | 10.97 | 27.52 | - |
| YUV | 90.63 | 157.55 | 110.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 93 | 143 | 0.54 | 0.35 | 0 | 0.44 | 218.96 | 0.37 | 0.41 |
| Hex | 42 | 5D | 8F | 36 | 23 | 0 | 2C | DB | 25 | 29 |
| Octal | 102 | 135 | 217 | 66 | 43 | 0 | 54 | 333 | 45 | 51 |
| Binary | 1000010 | 1011101 | 10001111 | 110110 | 100011 | 0 | 101100 | 11011011 | 100101 | 101001 |
Color Harmonies of #425D8F
Complementary color
Monochromatic Colors of #425D8F
Black with #425D8F
Text Example
Text Example
White with #425D8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425D8F; }
p { color: rgb(66,93,143); }
H1.HeaderClassName
{
color: #425D8F;
}
.AnyTagClassName
{
color: #425D8F;
}
</style>
background-color css
<style>
a { background-color: #425D8F; }
a { background-color: rgb(66,93,143); }
div.DivClassName
{
background-color: #425D8F;
}
.BgClassName
{
background-color: #425D8F;
}
</style>
border-color css
<style>
span { border-color: #425D8F; }
span { border-color: rgb(66,93,143); }
td.TdClassName
{
border-color: #425D8F;
}
.TagClassName
{
border-color: #425D8F;
}
</style>