Shades of Mariner #435C95
Tints of Mariner #435C95
RGB
CMYK
RGB Variations
Color information
#435C95 (or 0x435C95) is known color: Mariner. HEX triplet: 43, 5C and 95. RGB value is (67,92,149). Sum of RGB (Red+Green+Blue) = 67+92+149=308 (40% of max value = 765). Red value is 67 (26.56% from 255 or 21.75% from 308); Green value is 92 (36.33% from 255 or 29.87% from 308); Blue value is 149 (58.59% from 255 or 48.38% from 308); Max value from RGB is 149 - color contains mainly: blue. Hex color #435C95 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #435C95 is #BCA36A. Grayscale: #5A5A5A. Windows color (decimal): -12362603 or 9788483. OLE color: 9788483.
HSL color Cylindrical-coordinate representation of color #435C95: hue angle of 221.71º 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 #435C95 is Cyan = 0.55, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 67 | 92 | 149 | - |
| CMYK | 0.55 | 0.38 | 0 | 0.42 |
| HSL | 221.71º | 0.38% | 0.42% | - |
| HSV(B) | 221.71º | 0.55% | 0.58% | - |
| XYZ | 11.57 | 11.02 | 29.95 | - |
| YUV | 91.02 | 160.72 | 110.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 92 | 149 | 0.55 | 0.38 | 0 | 0.42 | 221.71 | 0.38 | 0.42 |
| Hex | 43 | 5C | 95 | 37 | 26 | 0 | 2A | DE | 26 | 2A |
| Octal | 103 | 134 | 225 | 67 | 46 | 0 | 52 | 336 | 46 | 52 |
| Binary | 1000011 | 1011100 | 10010101 | 110111 | 100110 | 0 | 101010 | 11011110 | 100110 | 101010 |
Color Harmonies of #435C95
Complementary color
Monochromatic Colors of #435C95
Black with #435C95
Text Example
Text Example
White with #435C95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #435C95; }
p { color: rgb(67,92,149); }
H1.HeaderClassName
{
color: #435C95;
}
.AnyTagClassName
{
color: #435C95;
}
</style>
background-color css
<style>
a { background-color: #435C95; }
a { background-color: rgb(67,92,149); }
div.DivClassName
{
background-color: #435C95;
}
.BgClassName
{
background-color: #435C95;
}
</style>
border-color css
<style>
span { border-color: #435C95; }
span { border-color: rgb(67,92,149); }
td.TdClassName
{
border-color: #435C95;
}
.TagClassName
{
border-color: #435C95;
}
</style>