Shades of Mariner #425DAD
Tints of Mariner #425DAD
RGB
CMYK
RGB Variations
Color information
#425DAD (or 0x425DAD) is known color: Mariner. HEX triplet: 42, 5D and AD. RGB value is (66,93,173). Sum of RGB (Red+Green+Blue) = 66+93+173=332 (43% of max value = 765). Red value is 66 (26.17% from 255 or 19.88% from 332); Green value is 93 (36.72% from 255 or 28.01% from 332); Blue value is 173 (67.97% from 255 or 52.11% from 332); Max value from RGB is 173 - color contains mainly: blue. Hex color #425DAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #425DAD is #BDA252. Grayscale: #5D5D5D. Windows color (decimal): -12427859 or 11361602. OLE color: 11361602.
HSL color Cylindrical-coordinate representation of color #425DAD: hue angle of 224.86º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #425DAD is Cyan = 0.62, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 66 | 93 | 173 | - |
| CMYK | 0.62 | 0.46 | 0 | 0.32 |
| HSL | 224.86º | 0.45% | 0.47% | - |
| HSV(B) | 224.86º | 0.62% | 0.68% | - |
| XYZ | 13.7 | 12 | 41.13 | - |
| YUV | 94.05 | 172.55 | 108 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 93 | 173 | 0.62 | 0.46 | 0 | 0.32 | 224.86 | 0.45 | 0.47 |
| Hex | 42 | 5D | AD | 3E | 2E | 0 | 20 | E1 | 2D | 2F |
| Octal | 102 | 135 | 255 | 76 | 56 | 0 | 40 | 341 | 55 | 57 |
| Binary | 1000010 | 1011101 | 10101101 | 111110 | 101110 | 0 | 100000 | 11100001 | 101101 | 101111 |
Color Harmonies of #425DAD
Complementary color
Monochromatic Colors of #425DAD
Black with #425DAD
Text Example
Text Example
White with #425DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425DAD; }
p { color: rgb(66,93,173); }
H1.HeaderClassName
{
color: #425DAD;
}
.AnyTagClassName
{
color: #425DAD;
}
</style>
background-color css
<style>
a { background-color: #425DAD; }
a { background-color: rgb(66,93,173); }
div.DivClassName
{
background-color: #425DAD;
}
.BgClassName
{
background-color: #425DAD;
}
</style>
border-color css
<style>
span { border-color: #425DAD; }
span { border-color: rgb(66,93,173); }
td.TdClassName
{
border-color: #425DAD;
}
.TagClassName
{
border-color: #425DAD;
}
</style>