Shades of Mariner #435C93
Tints of Mariner #435C93
RGB
CMYK
RGB Variations
Color information
#435C93 (or 0x435C93) is known color: Mariner. HEX triplet: 43, 5C and 93. RGB value is (67,92,147). Sum of RGB (Red+Green+Blue) = 67+92+147=306 (40% of max value = 765). Red value is 67 (26.56% from 255 or 21.90% from 306); Green value is 92 (36.33% from 255 or 30.07% from 306); Blue value is 147 (57.81% from 255 or 48.04% from 306); Max value from RGB is 147 - color contains mainly: blue. Hex color #435C93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #435C93 is #BCA36C. Grayscale: #5A5A5A. Windows color (decimal): -12362605 or 9657411. OLE color: 9657411.
HSL color Cylindrical-coordinate representation of color #435C93: hue angle of 221.25º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #435C93 is Cyan = 0.54, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 67 | 92 | 147 | - |
| CMYK | 0.54 | 0.37 | 0 | 0.42 |
| HSL | 221.25º | 0.37% | 0.42% | - |
| HSV(B) | 221.25º | 0.54% | 0.58% | - |
| XYZ | 11.41 | 10.95 | 29.12 | - |
| YUV | 90.8 | 159.72 | 111.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 92 | 147 | 0.54 | 0.37 | 0 | 0.42 | 221.25 | 0.37 | 0.42 |
| Hex | 43 | 5C | 93 | 36 | 25 | 0 | 2A | DD | 25 | 2A |
| Octal | 103 | 134 | 223 | 66 | 45 | 0 | 52 | 335 | 45 | 52 |
| Binary | 1000011 | 1011100 | 10010011 | 110110 | 100101 | 0 | 101010 | 11011101 | 100101 | 101010 |
Color Harmonies of #435C93
Complementary color
Monochromatic Colors of #435C93
Black with #435C93
Text Example
Text Example
White with #435C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #435C93; }
p { color: rgb(67,92,147); }
H1.HeaderClassName
{
color: #435C93;
}
.AnyTagClassName
{
color: #435C93;
}
</style>
background-color css
<style>
a { background-color: #435C93; }
a { background-color: rgb(67,92,147); }
div.DivClassName
{
background-color: #435C93;
}
.BgClassName
{
background-color: #435C93;
}
</style>
border-color css
<style>
span { border-color: #435C93; }
span { border-color: rgb(67,92,147); }
td.TdClassName
{
border-color: #435C93;
}
.TagClassName
{
border-color: #435C93;
}
</style>