Shades of Mariner #425FA3
Tints of Mariner #425FA3
RGB
CMYK
RGB Variations
Color information
#425FA3 (or 0x425FA3) is known color: Mariner. HEX triplet: 42, 5F and A3. RGB value is (66,95,163). Sum of RGB (Red+Green+Blue) = 66+95+163=324 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.37% from 324); Green value is 95 (37.5% from 255 or 29.32% from 324); Blue value is 163 (64.06% from 255 or 50.31% from 324); Max value from RGB is 163 - color contains mainly: blue. Hex color #425FA3 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #425FA3 is #BDA05C. Grayscale: #5D5D5D. Windows color (decimal): -12427357 or 10706754. OLE color: 10706754.
HSL color Cylindrical-coordinate representation of color #425FA3: hue angle of 222.06º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #425FA3 is Cyan = 0.60, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 66 | 95 | 163 | - |
| CMYK | 0.60 | 0.42 | 0 | 0.36 |
| HSL | 222.06º | 0.42% | 0.45% | - |
| HSV(B) | 222.06º | 0.6% | 0.64% | - |
| XYZ | 12.95 | 11.99 | 36.28 | - |
| YUV | 94.08 | 166.89 | 107.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 95 | 163 | 0.60 | 0.42 | 0 | 0.36 | 222.06 | 0.42 | 0.45 |
| Hex | 42 | 5F | A3 | 3C | 2A | 0 | 24 | DE | 2A | 2D |
| Octal | 102 | 137 | 243 | 74 | 52 | 0 | 44 | 336 | 52 | 55 |
| Binary | 1000010 | 1011111 | 10100011 | 111100 | 101010 | 0 | 100100 | 11011110 | 101010 | 101101 |
Color Harmonies of #425FA3
Complementary color
Monochromatic Colors of #425FA3
Black with #425FA3
Text Example
Text Example
White with #425FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425FA3; }
p { color: rgb(66,95,163); }
H1.HeaderClassName
{
color: #425FA3;
}
.AnyTagClassName
{
color: #425FA3;
}
</style>
background-color css
<style>
a { background-color: #425FA3; }
a { background-color: rgb(66,95,163); }
div.DivClassName
{
background-color: #425FA3;
}
.BgClassName
{
background-color: #425FA3;
}
</style>
border-color css
<style>
span { border-color: #425FA3; }
span { border-color: rgb(66,95,163); }
td.TdClassName
{
border-color: #425FA3;
}
.TagClassName
{
border-color: #425FA3;
}
</style>