Shades of Mariner #4361A0
Tints of Mariner #4361A0
RGB
CMYK
RGB Variations
Color information
#4361A0 (or 0x4361A0) is known color: Mariner. HEX triplet: 43, 61 and A0. RGB value is (67,97,160). Sum of RGB (Red+Green+Blue) = 67+97+160=324 (42% of max value = 765). Red value is 67 (26.56% from 255 or 20.68% from 324); Green value is 97 (38.28% from 255 or 29.94% from 324); Blue value is 160 (62.89% from 255 or 49.38% from 324); Max value from RGB is 160 - color contains mainly: blue. Hex color #4361A0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4361A0 is #BC9E5F. Grayscale: #5E5E5E. Windows color (decimal): -12361312 or 10510659. OLE color: 10510659.
HSL color Cylindrical-coordinate representation of color #4361A0: hue angle of 220.65º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4361A0 is Cyan = 0.58, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 67 | 97 | 160 | - |
| CMYK | 0.58 | 0.39 | 0 | 0.37 |
| HSL | 220.65º | 0.41% | 0.45% | - |
| HSV(B) | 220.65º | 0.58% | 0.63% | - |
| XYZ | 12.93 | 12.28 | 34.95 | - |
| YUV | 95.21 | 164.56 | 107.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 97 | 160 | 0.58 | 0.39 | 0 | 0.37 | 220.65 | 0.41 | 0.45 |
| Hex | 43 | 61 | A0 | 3A | 27 | 0 | 25 | DD | 29 | 2D |
| Octal | 103 | 141 | 240 | 72 | 47 | 0 | 45 | 335 | 51 | 55 |
| Binary | 1000011 | 1100001 | 10100000 | 111010 | 100111 | 0 | 100101 | 11011101 | 101001 | 101101 |
Color Harmonies of #4361A0
Complementary color
Monochromatic Colors of #4361A0
Black with #4361A0
Text Example
Text Example
White with #4361A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4361A0; }
p { color: rgb(67,97,160); }
H1.HeaderClassName
{
color: #4361A0;
}
.AnyTagClassName
{
color: #4361A0;
}
</style>
background-color css
<style>
a { background-color: #4361A0; }
a { background-color: rgb(67,97,160); }
div.DivClassName
{
background-color: #4361A0;
}
.BgClassName
{
background-color: #4361A0;
}
</style>
border-color css
<style>
span { border-color: #4361A0; }
span { border-color: rgb(67,97,160); }
td.TdClassName
{
border-color: #4361A0;
}
.TagClassName
{
border-color: #4361A0;
}
</style>