Shades of Mariner #435DA0
Tints of Mariner #435DA0
RGB
CMYK
RGB Variations
Color information
#435DA0 (or 0x435DA0) is known color: Mariner. HEX triplet: 43, 5D and A0. RGB value is (67,93,160). Sum of RGB (Red+Green+Blue) = 67+93+160=320 (42% of max value = 765). Red value is 67 (26.56% from 255 or 20.94% from 320); Green value is 93 (36.72% from 255 or 29.06% from 320); Blue value is 160 (62.89% from 255 or 50% from 320); Max value from RGB is 160 - color contains mainly: blue. Hex color #435DA0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #435DA0 is #BCA25F. Grayscale: #5C5C5C. Windows color (decimal): -12362336 or 10509635. OLE color: 10509635.
HSL color Cylindrical-coordinate representation of color #435DA0: hue angle of 223.23º 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 #435DA0 is Cyan = 0.58, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 67 | 93 | 160 | - |
| CMYK | 0.58 | 0.42 | 0 | 0.37 |
| HSL | 223.23º | 0.41% | 0.45% | - |
| HSV(B) | 223.23º | 0.58% | 0.63% | - |
| XYZ | 12.57 | 11.56 | 34.83 | - |
| YUV | 92.86 | 165.89 | 109.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 93 | 160 | 0.58 | 0.42 | 0 | 0.37 | 223.23 | 0.41 | 0.45 |
| Hex | 43 | 5D | A0 | 3A | 2A | 0 | 25 | DF | 29 | 2D |
| Octal | 103 | 135 | 240 | 72 | 52 | 0 | 45 | 337 | 51 | 55 |
| Binary | 1000011 | 1011101 | 10100000 | 111010 | 101010 | 0 | 100101 | 11011111 | 101001 | 101101 |
Color Harmonies of #435DA0
Complementary color
Monochromatic Colors of #435DA0
Black with #435DA0
Text Example
Text Example
White with #435DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #435DA0; }
p { color: rgb(67,93,160); }
H1.HeaderClassName
{
color: #435DA0;
}
.AnyTagClassName
{
color: #435DA0;
}
</style>
background-color css
<style>
a { background-color: #435DA0; }
a { background-color: rgb(67,93,160); }
div.DivClassName
{
background-color: #435DA0;
}
.BgClassName
{
background-color: #435DA0;
}
</style>
border-color css
<style>
span { border-color: #435DA0; }
span { border-color: rgb(67,93,160); }
td.TdClassName
{
border-color: #435DA0;
}
.TagClassName
{
border-color: #435DA0;
}
</style>