Shades of Mariner #435D95
Tints of Mariner #435D95
RGB
CMYK
RGB Variations
Color information
#435D95 (or 0x435D95) is known color: Mariner. HEX triplet: 43, 5D and 95. RGB value is (67,93,149). Sum of RGB (Red+Green+Blue) = 67+93+149=309 (40% of max value = 765). Red value is 67 (26.56% from 255 or 21.68% from 309); Green value is 93 (36.72% from 255 or 30.10% from 309); Blue value is 149 (58.59% from 255 or 48.22% from 309); Max value from RGB is 149 - color contains mainly: blue. Hex color #435D95 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #435D95 is #BCA26A. Grayscale: #5B5B5B. Windows color (decimal): -12362347 or 9788739. OLE color: 9788739.
HSL color Cylindrical-coordinate representation of color #435D95: hue angle of 220.98º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #435D95 is Cyan = 0.55, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 67 | 93 | 149 | - |
| CMYK | 0.55 | 0.38 | 0 | 0.42 |
| HSL | 220.98º | 0.38% | 0.42% | - |
| HSV(B) | 220.98º | 0.55% | 0.58% | - |
| XYZ | 11.65 | 11.19 | 29.98 | - |
| YUV | 91.61 | 160.39 | 110.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 93 | 149 | 0.55 | 0.38 | 0 | 0.42 | 220.98 | 0.38 | 0.42 |
| Hex | 43 | 5D | 95 | 37 | 26 | 0 | 2A | DD | 26 | 2A |
| Octal | 103 | 135 | 225 | 67 | 46 | 0 | 52 | 335 | 46 | 52 |
| Binary | 1000011 | 1011101 | 10010101 | 110111 | 100110 | 0 | 101010 | 11011101 | 100110 | 101010 |
Color Harmonies of #435D95
Complementary color
Monochromatic Colors of #435D95
Black with #435D95
Text Example
Text Example
White with #435D95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #435D95; }
p { color: rgb(67,93,149); }
H1.HeaderClassName
{
color: #435D95;
}
.AnyTagClassName
{
color: #435D95;
}
</style>
background-color css
<style>
a { background-color: #435D95; }
a { background-color: rgb(67,93,149); }
div.DivClassName
{
background-color: #435D95;
}
.BgClassName
{
background-color: #435D95;
}
</style>
border-color css
<style>
span { border-color: #435D95; }
span { border-color: rgb(67,93,149); }
td.TdClassName
{
border-color: #435D95;
}
.TagClassName
{
border-color: #435D95;
}
</style>