Shades of Mariner #425EAC
Tints of Mariner #425EAC
RGB
CMYK
RGB Variations
Color information
#425EAC (or 0x425EAC) is known color: Mariner. HEX triplet: 42, 5E and AC. RGB value is (66,94,172). Sum of RGB (Red+Green+Blue) = 66+94+172=332 (43% of max value = 765). Red value is 66 (26.17% from 255 or 19.88% from 332); Green value is 94 (37.11% from 255 or 28.31% from 332); Blue value is 172 (67.58% from 255 or 51.81% from 332); Max value from RGB is 172 - color contains mainly: blue. Hex color #425EAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #425EAC is #BDA153. Grayscale: #5E5E5E. Windows color (decimal): -12427604 or 11296322. OLE color: 11296322.
HSL color Cylindrical-coordinate representation of color #425EAC: hue angle of 224.15º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #425EAC is Cyan = 0.62, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 66 | 94 | 172 | - |
| CMYK | 0.62 | 0.45 | 0 | 0.33 |
| HSL | 224.15º | 0.45% | 0.47% | - |
| HSV(B) | 224.15º | 0.62% | 0.67% | - |
| XYZ | 13.7 | 12.14 | 40.65 | - |
| YUV | 94.52 | 171.72 | 107.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 94 | 172 | 0.62 | 0.45 | 0 | 0.33 | 224.15 | 0.45 | 0.47 |
| Hex | 42 | 5E | AC | 3E | 2D | 0 | 21 | E0 | 2D | 2F |
| Octal | 102 | 136 | 254 | 76 | 55 | 0 | 41 | 340 | 55 | 57 |
| Binary | 1000010 | 1011110 | 10101100 | 111110 | 101101 | 0 | 100001 | 11100000 | 101101 | 101111 |
Color Harmonies of #425EAC
Complementary color
Monochromatic Colors of #425EAC
Black with #425EAC
Text Example
Text Example
White with #425EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425EAC; }
p { color: rgb(66,94,172); }
H1.HeaderClassName
{
color: #425EAC;
}
.AnyTagClassName
{
color: #425EAC;
}
</style>
background-color css
<style>
a { background-color: #425EAC; }
a { background-color: rgb(66,94,172); }
div.DivClassName
{
background-color: #425EAC;
}
.BgClassName
{
background-color: #425EAC;
}
</style>
border-color css
<style>
span { border-color: #425EAC; }
span { border-color: rgb(66,94,172); }
td.TdClassName
{
border-color: #425EAC;
}
.TagClassName
{
border-color: #425EAC;
}
</style>