Shades of Mariner #415FA3
Tints of Mariner #415FA3
RGB
CMYK
RGB Variations
Color information
#415FA3 (or 0x415FA3) is known color: Mariner. HEX triplet: 41, 5F and A3. RGB value is (65,95,163). Sum of RGB (Red+Green+Blue) = 65+95+163=323 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.12% from 323); Green value is 95 (37.5% from 255 or 29.41% from 323); Blue value is 163 (64.06% from 255 or 50.46% from 323); Max value from RGB is 163 - color contains mainly: blue. Hex color #415FA3 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #415FA3 is #BEA05C. Grayscale: #5D5D5D. Windows color (decimal): -12492893 or 10706753. OLE color: 10706753.
HSL color Cylindrical-coordinate representation of color #415FA3: hue angle of 221.63º degrees, saturation: 0.43, 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 #415FA3 is Cyan = 0.60, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 65 | 95 | 163 | - |
| CMYK | 0.60 | 0.42 | 0 | 0.36 |
| HSL | 221.63º | 0.43% | 0.45% | - |
| HSV(B) | 221.63º | 0.6% | 0.64% | - |
| XYZ | 12.88 | 11.95 | 36.28 | - |
| YUV | 93.78 | 167.06 | 107.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 95 | 163 | 0.60 | 0.42 | 0 | 0.36 | 221.63 | 0.43 | 0.45 |
| Hex | 41 | 5F | A3 | 3C | 2A | 0 | 24 | DE | 2B | 2D |
| Octal | 101 | 137 | 243 | 74 | 52 | 0 | 44 | 336 | 53 | 55 |
| Binary | 1000001 | 1011111 | 10100011 | 111100 | 101010 | 0 | 100100 | 11011110 | 101011 | 101101 |
Color Harmonies of #415FA3
Complementary color
Monochromatic Colors of #415FA3
Black with #415FA3
Text Example
Text Example
White with #415FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #415FA3; }
p { color: rgb(65,95,163); }
H1.HeaderClassName
{
color: #415FA3;
}
.AnyTagClassName
{
color: #415FA3;
}
</style>
background-color css
<style>
a { background-color: #415FA3; }
a { background-color: rgb(65,95,163); }
div.DivClassName
{
background-color: #415FA3;
}
.BgClassName
{
background-color: #415FA3;
}
</style>
border-color css
<style>
span { border-color: #415FA3; }
span { border-color: rgb(65,95,163); }
td.TdClassName
{
border-color: #415FA3;
}
.TagClassName
{
border-color: #415FA3;
}
</style>