Shades of Mariner #435F91
Tints of Mariner #435F91
RGB
CMYK
RGB Variations
Color information
#435F91 (or 0x435F91) is known color: Mariner. HEX triplet: 43, 5F and 91. RGB value is (67,95,145). Sum of RGB (Red+Green+Blue) = 67+95+145=307 (40% of max value = 765). Red value is 67 (26.56% from 255 or 21.82% from 307); Green value is 95 (37.5% from 255 or 30.94% from 307); Blue value is 145 (57.03% from 255 or 47.23% from 307); Max value from RGB is 145 - color contains mainly: blue. Hex color #435F91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #435F91 is #BCA06E. Grayscale: #5C5C5C. Windows color (decimal): -12361839 or 9527107. OLE color: 9527107.
HSL color Cylindrical-coordinate representation of color #435F91: hue angle of 218.46º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #435F91 is Cyan = 0.54, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 67 | 95 | 145 | - |
| CMYK | 0.54 | 0.34 | 0 | 0.43 |
| HSL | 218.46º | 0.37% | 0.42% | - |
| HSV(B) | 218.46º | 0.54% | 0.57% | - |
| XYZ | 11.52 | 11.42 | 28.39 | - |
| YUV | 92.33 | 157.72 | 109.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 95 | 145 | 0.54 | 0.34 | 0 | 0.43 | 218.46 | 0.37 | 0.42 |
| Hex | 43 | 5F | 91 | 36 | 22 | 0 | 2B | DA | 25 | 2A |
| Octal | 103 | 137 | 221 | 66 | 42 | 0 | 53 | 332 | 45 | 52 |
| Binary | 1000011 | 1011111 | 10010001 | 110110 | 100010 | 0 | 101011 | 11011010 | 100101 | 101010 |
Color Harmonies of #435F91
Complementary color
Monochromatic Colors of #435F91
Black with #435F91
Text Example
Text Example
White with #435F91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #435F91; }
p { color: rgb(67,95,145); }
H1.HeaderClassName
{
color: #435F91;
}
.AnyTagClassName
{
color: #435F91;
}
</style>
background-color css
<style>
a { background-color: #435F91; }
a { background-color: rgb(67,95,145); }
div.DivClassName
{
background-color: #435F91;
}
.BgClassName
{
background-color: #435F91;
}
</style>
border-color css
<style>
span { border-color: #435F91; }
span { border-color: rgb(67,95,145); }
td.TdClassName
{
border-color: #435F91;
}
.TagClassName
{
border-color: #435F91;
}
</style>