Shades of Mariner #435E95
Tints of Mariner #435E95
RGB
CMYK
RGB Variations
Color information
#435E95 (or 0x435E95) is known color: Mariner. HEX triplet: 43, 5E and 95. RGB value is (67,94,149). Sum of RGB (Red+Green+Blue) = 67+94+149=310 (41% of max value = 765). Red value is 67 (26.56% from 255 or 21.61% from 310); Green value is 94 (37.11% from 255 or 30.32% from 310); Blue value is 149 (58.59% from 255 or 48.06% from 310); Max value from RGB is 149 - color contains mainly: blue. Hex color #435E95 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #435E95 is #BCA16A. Grayscale: #5B5B5B. Windows color (decimal): -12362091 or 9788995. OLE color: 9788995.
HSL color Cylindrical-coordinate representation of color #435E95: hue angle of 220.24º 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 #435E95 is Cyan = 0.55, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 67 | 94 | 149 | - |
| CMYK | 0.55 | 0.37 | 0 | 0.42 |
| HSL | 220.24º | 0.38% | 0.42% | - |
| HSV(B) | 220.24º | 0.55% | 0.58% | - |
| XYZ | 11.74 | 11.37 | 30.01 | - |
| YUV | 92.2 | 160.05 | 110.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 94 | 149 | 0.55 | 0.37 | 0 | 0.42 | 220.24 | 0.38 | 0.42 |
| Hex | 43 | 5E | 95 | 37 | 25 | 0 | 2A | DC | 26 | 2A |
| Octal | 103 | 136 | 225 | 67 | 45 | 0 | 52 | 334 | 46 | 52 |
| Binary | 1000011 | 1011110 | 10010101 | 110111 | 100101 | 0 | 101010 | 11011100 | 100110 | 101010 |
Color Harmonies of #435E95
Complementary color
Monochromatic Colors of #435E95
Black with #435E95
Text Example
Text Example
White with #435E95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #435E95; }
p { color: rgb(67,94,149); }
H1.HeaderClassName
{
color: #435E95;
}
.AnyTagClassName
{
color: #435E95;
}
</style>
background-color css
<style>
a { background-color: #435E95; }
a { background-color: rgb(67,94,149); }
div.DivClassName
{
background-color: #435E95;
}
.BgClassName
{
background-color: #435E95;
}
</style>
border-color css
<style>
span { border-color: #435E95; }
span { border-color: rgb(67,94,149); }
td.TdClassName
{
border-color: #435E95;
}
.TagClassName
{
border-color: #435E95;
}
</style>