Shades of Mariner #445C95
Tints of Mariner #445C95
RGB
CMYK
RGB Variations
Color information
#445C95 (or 0x445C95) is known color: Mariner. HEX triplet: 44, 5C and 95. RGB value is (68,92,149). Sum of RGB (Red+Green+Blue) = 68+92+149=309 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.01% from 309); Green value is 92 (36.33% from 255 or 29.77% from 309); Blue value is 149 (58.59% from 255 or 48.22% from 309); Max value from RGB is 149 - color contains mainly: blue. Hex color #445C95 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445C95 is #BBA36A. Grayscale: #5B5B5B. Windows color (decimal): -12297067 or 9788484. OLE color: 9788484.
HSL color Cylindrical-coordinate representation of color #445C95: hue angle of 222.22º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #445C95 is Cyan = 0.54, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 68 | 92 | 149 | - |
| CMYK | 0.54 | 0.38 | 0 | 0.42 |
| HSL | 222.22º | 0.37% | 0.43% | - |
| HSV(B) | 222.22º | 0.54% | 0.58% | - |
| XYZ | 11.64 | 11.05 | 29.95 | - |
| YUV | 91.32 | 160.55 | 111.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 92 | 149 | 0.54 | 0.38 | 0 | 0.42 | 222.22 | 0.37 | 0.43 |
| Hex | 44 | 5C | 95 | 36 | 26 | 0 | 2A | DE | 25 | 2B |
| Octal | 104 | 134 | 225 | 66 | 46 | 0 | 52 | 336 | 45 | 53 |
| Binary | 1000100 | 1011100 | 10010101 | 110110 | 100110 | 0 | 101010 | 11011110 | 100101 | 101011 |
Color Harmonies of #445C95
Complementary color
Monochromatic Colors of #445C95
Black with #445C95
Text Example
Text Example
White with #445C95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445C95; }
p { color: rgb(68,92,149); }
H1.HeaderClassName
{
color: #445C95;
}
.AnyTagClassName
{
color: #445C95;
}
</style>
background-color css
<style>
a { background-color: #445C95; }
a { background-color: rgb(68,92,149); }
div.DivClassName
{
background-color: #445C95;
}
.BgClassName
{
background-color: #445C95;
}
</style>
border-color css
<style>
span { border-color: #445C95; }
span { border-color: rgb(68,92,149); }
td.TdClassName
{
border-color: #445C95;
}
.TagClassName
{
border-color: #445C95;
}
</style>