Shades of Mariner #425DAC
Tints of Mariner #425DAC
RGB
CMYK
RGB Variations
Color information
#425DAC (or 0x425DAC) is known color: Mariner. HEX triplet: 42, 5D and AC. RGB value is (66,93,172). Sum of RGB (Red+Green+Blue) = 66+93+172=331 (43% of max value = 765). Red value is 66 (26.17% from 255 or 19.94% from 331); Green value is 93 (36.72% from 255 or 28.10% from 331); Blue value is 172 (67.58% from 255 or 51.96% from 331); Max value from RGB is 172 - color contains mainly: blue. Hex color #425DAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #425DAC is #BDA253. Grayscale: #5D5D5D. Windows color (decimal): -12427860 or 11296066. OLE color: 11296066.
HSL color Cylindrical-coordinate representation of color #425DAC: hue angle of 224.72º 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 #425DAC is Cyan = 0.62, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 66 | 93 | 172 | - |
| CMYK | 0.62 | 0.46 | 0 | 0.33 |
| HSL | 224.72º | 0.45% | 0.47% | - |
| HSV(B) | 224.72º | 0.62% | 0.67% | - |
| XYZ | 13.61 | 11.97 | 40.62 | - |
| YUV | 93.93 | 172.05 | 108.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 93 | 172 | 0.62 | 0.46 | 0 | 0.33 | 224.72 | 0.45 | 0.47 |
| Hex | 42 | 5D | AC | 3E | 2E | 0 | 21 | E1 | 2D | 2F |
| Octal | 102 | 135 | 254 | 76 | 56 | 0 | 41 | 341 | 55 | 57 |
| Binary | 1000010 | 1011101 | 10101100 | 111110 | 101110 | 0 | 100001 | 11100001 | 101101 | 101111 |
Color Harmonies of #425DAC
Complementary color
Monochromatic Colors of #425DAC
Black with #425DAC
Text Example
Text Example
White with #425DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425DAC; }
p { color: rgb(66,93,172); }
H1.HeaderClassName
{
color: #425DAC;
}
.AnyTagClassName
{
color: #425DAC;
}
</style>
background-color css
<style>
a { background-color: #425DAC; }
a { background-color: rgb(66,93,172); }
div.DivClassName
{
background-color: #425DAC;
}
.BgClassName
{
background-color: #425DAC;
}
</style>
border-color css
<style>
span { border-color: #425DAC; }
span { border-color: rgb(66,93,172); }
td.TdClassName
{
border-color: #425DAC;
}
.TagClassName
{
border-color: #425DAC;
}
</style>