Shades of Mariner #435F92
Tints of Mariner #435F92
RGB
CMYK
RGB Variations
Color information
#435F92 (or 0x435F92) is known color: Mariner. HEX triplet: 43, 5F and 92. RGB value is (67,95,146). Sum of RGB (Red+Green+Blue) = 67+95+146=308 (40% of max value = 765). Red value is 67 (26.56% from 255 or 21.75% from 308); Green value is 95 (37.5% from 255 or 30.84% from 308); Blue value is 146 (57.42% from 255 or 47.40% from 308); Max value from RGB is 146 - color contains mainly: blue. Hex color #435F92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #435F92 is #BCA06D. Grayscale: #5C5C5C. Windows color (decimal): -12361838 or 9592643. OLE color: 9592643.
HSL color Cylindrical-coordinate representation of color #435F92: hue angle of 218.73º 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 #435F92 is Cyan = 0.54, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 67 | 95 | 146 | - |
| CMYK | 0.54 | 0.35 | 0 | 0.43 |
| HSL | 218.73º | 0.37% | 0.42% | - |
| HSV(B) | 218.73º | 0.54% | 0.57% | - |
| XYZ | 11.6 | 11.45 | 28.79 | - |
| YUV | 92.44 | 158.22 | 109.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 95 | 146 | 0.54 | 0.35 | 0 | 0.43 | 218.73 | 0.37 | 0.42 |
| Hex | 43 | 5F | 92 | 36 | 23 | 0 | 2B | DB | 25 | 2A |
| Octal | 103 | 137 | 222 | 66 | 43 | 0 | 53 | 333 | 45 | 52 |
| Binary | 1000011 | 1011111 | 10010010 | 110110 | 100011 | 0 | 101011 | 11011011 | 100101 | 101010 |
Color Harmonies of #435F92
Complementary color
Monochromatic Colors of #435F92
Black with #435F92
Text Example
Text Example
White with #435F92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #435F92; }
p { color: rgb(67,95,146); }
H1.HeaderClassName
{
color: #435F92;
}
.AnyTagClassName
{
color: #435F92;
}
</style>
background-color css
<style>
a { background-color: #435F92; }
a { background-color: rgb(67,95,146); }
div.DivClassName
{
background-color: #435F92;
}
.BgClassName
{
background-color: #435F92;
}
</style>
border-color css
<style>
span { border-color: #435F92; }
span { border-color: rgb(67,95,146); }
td.TdClassName
{
border-color: #435F92;
}
.TagClassName
{
border-color: #435F92;
}
</style>