Shades of Mariner #425AAD
Tints of Mariner #425AAD
RGB
CMYK
RGB Variations
Color information
#425AAD (or 0x425AAD) is known color: Mariner. HEX triplet: 42, 5A and AD. RGB value is (66,90,173). Sum of RGB (Red+Green+Blue) = 66+90+173=329 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.06% from 329); Green value is 90 (35.55% from 255 or 27.36% from 329); Blue value is 173 (67.97% from 255 or 52.58% from 329); Max value from RGB is 173 - color contains mainly: blue. Hex color #425AAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #425AAD is #BDA552. Grayscale: #5B5B5B. Windows color (decimal): -12428627 or 11360834. OLE color: 11360834.
HSL color Cylindrical-coordinate representation of color #425AAD: hue angle of 226.54º 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 #425AAD is Cyan = 0.62, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 66 | 90 | 173 | - |
| CMYK | 0.62 | 0.48 | 0 | 0.32 |
| HSL | 226.54º | 0.45% | 0.47% | - |
| HSV(B) | 226.54º | 0.62% | 0.68% | - |
| XYZ | 13.45 | 11.49 | 41.04 | - |
| YUV | 92.29 | 173.55 | 109.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 90 | 173 | 0.62 | 0.48 | 0 | 0.32 | 226.54 | 0.45 | 0.47 |
| Hex | 42 | 5A | AD | 3E | 30 | 0 | 20 | E3 | 2D | 2F |
| Octal | 102 | 132 | 255 | 76 | 60 | 0 | 40 | 343 | 55 | 57 |
| Binary | 1000010 | 1011010 | 10101101 | 111110 | 110000 | 0 | 100000 | 11100011 | 101101 | 101111 |
Color Harmonies of #425AAD
Complementary color
Monochromatic Colors of #425AAD
Black with #425AAD
Text Example
Text Example
White with #425AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425AAD; }
p { color: rgb(66,90,173); }
H1.HeaderClassName
{
color: #425AAD;
}
.AnyTagClassName
{
color: #425AAD;
}
</style>
background-color css
<style>
a { background-color: #425AAD; }
a { background-color: rgb(66,90,173); }
div.DivClassName
{
background-color: #425AAD;
}
.BgClassName
{
background-color: #425AAD;
}
</style>
border-color css
<style>
span { border-color: #425AAD; }
span { border-color: rgb(66,90,173); }
td.TdClassName
{
border-color: #425AAD;
}
.TagClassName
{
border-color: #425AAD;
}
</style>