Shades of Mariner #435A97
Tints of Mariner #435A97
RGB
CMYK
RGB Variations
Color information
#435A97 (or 0x435A97) is known color: Mariner. HEX triplet: 43, 5A and 97. RGB value is (67,90,151). Sum of RGB (Red+Green+Blue) = 67+90+151=308 (40% of max value = 765). Red value is 67 (26.56% from 255 or 21.75% from 308); Green value is 90 (35.55% from 255 or 29.22% from 308); Blue value is 151 (59.38% from 255 or 49.03% from 308); Max value from RGB is 151 - color contains mainly: blue. Hex color #435A97 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #435A97 is #BCA568. Grayscale: #595959. Windows color (decimal): -12363113 or 9919043. OLE color: 9919043.
HSL color Cylindrical-coordinate representation of color #435A97: hue angle of 223.57º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #435A97 is Cyan = 0.56, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 67 | 90 | 151 | - |
| CMYK | 0.56 | 0.40 | 0 | 0.41 |
| HSL | 223.57º | 0.39% | 0.43% | - |
| HSV(B) | 223.57º | 0.56% | 0.59% | - |
| XYZ | 11.56 | 10.74 | 30.74 | - |
| YUV | 90.08 | 162.38 | 111.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 90 | 151 | 0.56 | 0.40 | 0 | 0.41 | 223.57 | 0.39 | 0.43 |
| Hex | 43 | 5A | 97 | 38 | 28 | 0 | 29 | E0 | 27 | 2B |
| Octal | 103 | 132 | 227 | 70 | 50 | 0 | 51 | 340 | 47 | 53 |
| Binary | 1000011 | 1011010 | 10010111 | 111000 | 101000 | 0 | 101001 | 11100000 | 100111 | 101011 |
Color Harmonies of #435A97
Complementary color
Monochromatic Colors of #435A97
Black with #435A97
Text Example
Text Example
White with #435A97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #435A97; }
p { color: rgb(67,90,151); }
H1.HeaderClassName
{
color: #435A97;
}
.AnyTagClassName
{
color: #435A97;
}
</style>
background-color css
<style>
a { background-color: #435A97; }
a { background-color: rgb(67,90,151); }
div.DivClassName
{
background-color: #435A97;
}
.BgClassName
{
background-color: #435A97;
}
</style>
border-color css
<style>
span { border-color: #435A97; }
span { border-color: rgb(67,90,151); }
td.TdClassName
{
border-color: #435A97;
}
.TagClassName
{
border-color: #435A97;
}
</style>