Shades of Mariner #436CA0
Tints of Mariner #436CA0
RGB
CMYK
RGB Variations
Color information
#436CA0 (or 0x436CA0) is known color: Mariner. HEX triplet: 43, 6C and A0. RGB value is (67,108,160). Sum of RGB (Red+Green+Blue) = 67+108+160=335 (44% of max value = 765). Red value is 67 (26.56% from 255 or 20% from 335); Green value is 108 (42.58% from 255 or 32.24% from 335); Blue value is 160 (62.89% from 255 or 47.76% from 335); Max value from RGB is 160 - color contains mainly: blue. Hex color #436CA0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #436CA0 is #BC935F. Grayscale: #656565. Windows color (decimal): -12358496 or 10513475. OLE color: 10513475.
HSL color Cylindrical-coordinate representation of color #436CA0: hue angle of 213.55º 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 #436CA0 is Cyan = 0.58, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 67 | 108 | 160 | - |
| CMYK | 0.58 | 0.32 | 0 | 0.37 |
| HSL | 213.55º | 0.41% | 0.45% | - |
| HSV(B) | 213.55º | 0.58% | 0.63% | - |
| XYZ | 14.02 | 14.46 | 35.31 | - |
| YUV | 101.67 | 160.92 | 103.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 108 | 160 | 0.58 | 0.32 | 0 | 0.37 | 213.55 | 0.41 | 0.45 |
| Hex | 43 | 6C | A0 | 3A | 20 | 0 | 25 | D6 | 29 | 2D |
| Octal | 103 | 154 | 240 | 72 | 40 | 0 | 45 | 326 | 51 | 55 |
| Binary | 1000011 | 1101100 | 10100000 | 111010 | 100000 | 0 | 100101 | 11010110 | 101001 | 101101 |
Color Harmonies of #436CA0
Complementary color
Monochromatic Colors of #436CA0
Black with #436CA0
Text Example
Text Example
White with #436CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #436CA0; }
p { color: rgb(67,108,160); }
H1.HeaderClassName
{
color: #436CA0;
}
.AnyTagClassName
{
color: #436CA0;
}
</style>
background-color css
<style>
a { background-color: #436CA0; }
a { background-color: rgb(67,108,160); }
div.DivClassName
{
background-color: #436CA0;
}
.BgClassName
{
background-color: #436CA0;
}
</style>
border-color css
<style>
span { border-color: #436CA0; }
span { border-color: rgb(67,108,160); }
td.TdClassName
{
border-color: #436CA0;
}
.TagClassName
{
border-color: #436CA0;
}
</style>