Shades of Mariner #4356AA
Tints of Mariner #4356AA
RGB
CMYK
RGB Variations
Color information
#4356AA (or 0x4356AA) is known color: Mariner. HEX triplet: 43, 56 and AA. RGB value is (67,86,170). Sum of RGB (Red+Green+Blue) = 67+86+170=323 (42% of max value = 765). Red value is 67 (26.56% from 255 or 20.74% from 323); Green value is 86 (33.98% from 255 or 26.63% from 323); Blue value is 170 (66.80% from 255 or 52.63% from 323); Max value from RGB is 170 - color contains mainly: blue. Hex color #4356AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4356AA is #BCA955. Grayscale: #595959. Windows color (decimal): -12364118 or 11163203. OLE color: 11163203.
HSL color Cylindrical-coordinate representation of color #4356AA: hue angle of 228.93º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4356AA is Cyan = 0.61, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 67 | 86 | 170 | - |
| CMYK | 0.61 | 0.49 | 0 | 0.33 |
| HSL | 228.93º | 0.43% | 0.46% | - |
| HSV(B) | 228.93º | 0.61% | 0.67% | - |
| XYZ | 12.9 | 10.75 | 39.43 | - |
| YUV | 89.9 | 173.21 | 111.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 86 | 170 | 0.61 | 0.49 | 0 | 0.33 | 228.93 | 0.43 | 0.46 |
| Hex | 43 | 56 | AA | 3D | 31 | 0 | 21 | E5 | 2B | 2E |
| Octal | 103 | 126 | 252 | 75 | 61 | 0 | 41 | 345 | 53 | 56 |
| Binary | 1000011 | 1010110 | 10101010 | 111101 | 110001 | 0 | 100001 | 11100101 | 101011 | 101110 |
Color Harmonies of #4356AA
Complementary color
Monochromatic Colors of #4356AA
Black with #4356AA
Text Example
Text Example
White with #4356AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4356AA; }
p { color: rgb(67,86,170); }
H1.HeaderClassName
{
color: #4356AA;
}
.AnyTagClassName
{
color: #4356AA;
}
</style>
background-color css
<style>
a { background-color: #4356AA; }
a { background-color: rgb(67,86,170); }
div.DivClassName
{
background-color: #4356AA;
}
.BgClassName
{
background-color: #4356AA;
}
</style>
border-color css
<style>
span { border-color: #4356AA; }
span { border-color: rgb(67,86,170); }
td.TdClassName
{
border-color: #4356AA;
}
.TagClassName
{
border-color: #4356AA;
}
</style>