Shades of Mariner #425BAE
Tints of Mariner #425BAE
RGB
CMYK
RGB Variations
Color information
#425BAE (or 0x425BAE) is known color: Mariner. HEX triplet: 42, 5B and AE. RGB value is (66,91,174). Sum of RGB (Red+Green+Blue) = 66+91+174=331 (43% of max value = 765). Red value is 66 (26.17% from 255 or 19.94% from 331); Green value is 91 (35.94% from 255 or 27.49% from 331); Blue value is 174 (68.36% from 255 or 52.57% from 331); Max value from RGB is 174 - color contains mainly: blue. Hex color #425BAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #425BAE is #BDA451. Grayscale: #5C5C5C. Windows color (decimal): -12428370 or 11426626. OLE color: 11426626.
HSL color Cylindrical-coordinate representation of color #425BAE: hue angle of 226.11º 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 #425BAE is Cyan = 0.62, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 66 | 91 | 174 | - |
| CMYK | 0.62 | 0.48 | 0 | 0.32 |
| HSL | 226.11º | 0.45% | 0.47% | - |
| HSV(B) | 226.11º | 0.62% | 0.68% | - |
| XYZ | 13.63 | 11.7 | 41.58 | - |
| YUV | 92.99 | 173.72 | 108.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 91 | 174 | 0.62 | 0.48 | 0 | 0.32 | 226.11 | 0.45 | 0.47 |
| Hex | 42 | 5B | AE | 3E | 30 | 0 | 20 | E2 | 2D | 2F |
| Octal | 102 | 133 | 256 | 76 | 60 | 0 | 40 | 342 | 55 | 57 |
| Binary | 1000010 | 1011011 | 10101110 | 111110 | 110000 | 0 | 100000 | 11100010 | 101101 | 101111 |
Color Harmonies of #425BAE
Complementary color
Monochromatic Colors of #425BAE
Black with #425BAE
Text Example
Text Example
White with #425BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425BAE; }
p { color: rgb(66,91,174); }
H1.HeaderClassName
{
color: #425BAE;
}
.AnyTagClassName
{
color: #425BAE;
}
</style>
background-color css
<style>
a { background-color: #425BAE; }
a { background-color: rgb(66,91,174); }
div.DivClassName
{
background-color: #425BAE;
}
.BgClassName
{
background-color: #425BAE;
}
</style>
border-color css
<style>
span { border-color: #425BAE; }
span { border-color: rgb(66,91,174); }
td.TdClassName
{
border-color: #425BAE;
}
.TagClassName
{
border-color: #425BAE;
}
</style>