Shades of Mariner #435C90
Tints of Mariner #435C90
RGB
CMYK
RGB Variations
Color information
#435C90 (or 0x435C90) is known color: Mariner. HEX triplet: 43, 5C and 90. RGB value is (67,92,144). Sum of RGB (Red+Green+Blue) = 67+92+144=303 (40% of max value = 765). Red value is 67 (26.56% from 255 or 22.11% from 303); Green value is 92 (36.33% from 255 or 30.36% from 303); Blue value is 144 (56.64% from 255 or 47.52% from 303); Max value from RGB is 144 - color contains mainly: blue. Hex color #435C90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #435C90 is #BCA36F. Grayscale: #5A5A5A. Windows color (decimal): -12362608 or 9460803. OLE color: 9460803.
HSL color Cylindrical-coordinate representation of color #435C90: hue angle of 220.52º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #435C90 is Cyan = 0.53, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 67 | 92 | 144 | - |
| CMYK | 0.53 | 0.36 | 0 | 0.44 |
| HSL | 220.52º | 0.36% | 0.41% | - |
| HSV(B) | 220.52º | 0.53% | 0.56% | - |
| XYZ | 11.18 | 10.86 | 27.89 | - |
| YUV | 90.45 | 158.22 | 111.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 92 | 144 | 0.53 | 0.36 | 0 | 0.44 | 220.52 | 0.36 | 0.41 |
| Hex | 43 | 5C | 90 | 35 | 24 | 0 | 2C | DD | 24 | 29 |
| Octal | 103 | 134 | 220 | 65 | 44 | 0 | 54 | 335 | 44 | 51 |
| Binary | 1000011 | 1011100 | 10010000 | 110101 | 100100 | 0 | 101100 | 11011101 | 100100 | 101001 |
Color Harmonies of #435C90
Complementary color
Monochromatic Colors of #435C90
Black with #435C90
Text Example
Text Example
White with #435C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #435C90; }
p { color: rgb(67,92,144); }
H1.HeaderClassName
{
color: #435C90;
}
.AnyTagClassName
{
color: #435C90;
}
</style>
background-color css
<style>
a { background-color: #435C90; }
a { background-color: rgb(67,92,144); }
div.DivClassName
{
background-color: #435C90;
}
.BgClassName
{
background-color: #435C90;
}
</style>
border-color css
<style>
span { border-color: #435C90; }
span { border-color: rgb(67,92,144); }
td.TdClassName
{
border-color: #435C90;
}
.TagClassName
{
border-color: #435C90;
}
</style>