Shades of Mariner #4356A0
Tints of Mariner #4356A0
RGB
CMYK
RGB Variations
Color information
#4356A0 (or 0x4356A0) is known color: Mariner. HEX triplet: 43, 56 and A0. RGB value is (67,86,160). Sum of RGB (Red+Green+Blue) = 67+86+160=313 (41% of max value = 765). Red value is 67 (26.56% from 255 or 21.41% from 313); Green value is 86 (33.98% from 255 or 27.48% from 313); Blue value is 160 (62.89% from 255 or 51.12% from 313); Max value from RGB is 160 - color contains mainly: blue. Hex color #4356A0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4356A0 is #BCA95F. Grayscale: #585858. Windows color (decimal): -12364128 or 10507843. OLE color: 10507843.
HSL color Cylindrical-coordinate representation of color #4356A0: hue angle of 227.74º 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 #4356A0 is Cyan = 0.58, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 67 | 86 | 160 | - |
| CMYK | 0.58 | 0.46 | 0 | 0.37 |
| HSL | 227.74º | 0.41% | 0.45% | - |
| HSV(B) | 227.74º | 0.58% | 0.63% | - |
| XYZ | 11.99 | 10.39 | 34.63 | - |
| YUV | 88.76 | 168.21 | 112.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 86 | 160 | 0.58 | 0.46 | 0 | 0.37 | 227.74 | 0.41 | 0.45 |
| Hex | 43 | 56 | A0 | 3A | 2E | 0 | 25 | E4 | 29 | 2D |
| Octal | 103 | 126 | 240 | 72 | 56 | 0 | 45 | 344 | 51 | 55 |
| Binary | 1000011 | 1010110 | 10100000 | 111010 | 101110 | 0 | 100101 | 11100100 | 101001 | 101101 |
Color Harmonies of #4356A0
Complementary color
Monochromatic Colors of #4356A0
Black with #4356A0
Text Example
Text Example
White with #4356A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4356A0; }
p { color: rgb(67,86,160); }
H1.HeaderClassName
{
color: #4356A0;
}
.AnyTagClassName
{
color: #4356A0;
}
</style>
background-color css
<style>
a { background-color: #4356A0; }
a { background-color: rgb(67,86,160); }
div.DivClassName
{
background-color: #4356A0;
}
.BgClassName
{
background-color: #4356A0;
}
</style>
border-color css
<style>
span { border-color: #4356A0; }
span { border-color: rgb(67,86,160); }
td.TdClassName
{
border-color: #4356A0;
}
.TagClassName
{
border-color: #4356A0;
}
</style>