Shades of Mariner #435FA0
Tints of Mariner #435FA0
RGB
CMYK
RGB Variations
Color information
#435FA0 (or 0x435FA0) is known color: Mariner. HEX triplet: 43, 5F and A0. RGB value is (67,95,160). Sum of RGB (Red+Green+Blue) = 67+95+160=322 (42% of max value = 765). Red value is 67 (26.56% from 255 or 20.81% from 322); Green value is 95 (37.5% from 255 or 29.50% from 322); Blue value is 160 (62.89% from 255 or 49.69% from 322); Max value from RGB is 160 - color contains mainly: blue. Hex color #435FA0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #435FA0 is #BCA05F. Grayscale: #5D5D5D. Windows color (decimal): -12361824 or 10510147. OLE color: 10510147.
HSL color Cylindrical-coordinate representation of color #435FA0: hue angle of 221.94º 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 #435FA0 is Cyan = 0.58, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 67 | 95 | 160 | - |
| CMYK | 0.58 | 0.41 | 0 | 0.37 |
| HSL | 221.94º | 0.41% | 0.45% | - |
| HSV(B) | 221.94º | 0.58% | 0.63% | - |
| XYZ | 12.75 | 11.92 | 34.89 | - |
| YUV | 94.04 | 165.22 | 108.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 95 | 160 | 0.58 | 0.41 | 0 | 0.37 | 221.94 | 0.41 | 0.45 |
| Hex | 43 | 5F | A0 | 3A | 29 | 0 | 25 | DE | 29 | 2D |
| Octal | 103 | 137 | 240 | 72 | 51 | 0 | 45 | 336 | 51 | 55 |
| Binary | 1000011 | 1011111 | 10100000 | 111010 | 101001 | 0 | 100101 | 11011110 | 101001 | 101101 |
Color Harmonies of #435FA0
Complementary color
Monochromatic Colors of #435FA0
Black with #435FA0
Text Example
Text Example
White with #435FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #435FA0; }
p { color: rgb(67,95,160); }
H1.HeaderClassName
{
color: #435FA0;
}
.AnyTagClassName
{
color: #435FA0;
}
</style>
background-color css
<style>
a { background-color: #435FA0; }
a { background-color: rgb(67,95,160); }
div.DivClassName
{
background-color: #435FA0;
}
.BgClassName
{
background-color: #435FA0;
}
</style>
border-color css
<style>
span { border-color: #435FA0; }
span { border-color: rgb(67,95,160); }
td.TdClassName
{
border-color: #435FA0;
}
.TagClassName
{
border-color: #435FA0;
}
</style>