Shades of Mariner #445FA3
Tints of Mariner #445FA3
RGB
CMYK
RGB Variations
Color information
#445FA3 (or 0x445FA3) is known color: Mariner. HEX triplet: 44, 5F and A3. RGB value is (68,95,163). Sum of RGB (Red+Green+Blue) = 68+95+163=326 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.86% from 326); Green value is 95 (37.5% from 255 or 29.14% from 326); Blue value is 163 (64.06% from 255 or 50% from 326); Max value from RGB is 163 - color contains mainly: blue. Hex color #445FA3 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445FA3 is #BBA05C. Grayscale: #5E5E5E. Windows color (decimal): -12296285 or 10706756. OLE color: 10706756.
HSL color Cylindrical-coordinate representation of color #445FA3: hue angle of 222.95º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #445FA3 is Cyan = 0.58, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 68 | 95 | 163 | - |
| CMYK | 0.58 | 0.42 | 0 | 0.36 |
| HSL | 222.95º | 0.41% | 0.45% | - |
| HSV(B) | 222.95º | 0.58% | 0.64% | - |
| XYZ | 13.09 | 12.06 | 36.29 | - |
| YUV | 94.68 | 166.55 | 108.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 95 | 163 | 0.58 | 0.42 | 0 | 0.36 | 222.95 | 0.41 | 0.45 |
| Hex | 44 | 5F | A3 | 3A | 2A | 0 | 24 | DF | 29 | 2D |
| Octal | 104 | 137 | 243 | 72 | 52 | 0 | 44 | 337 | 51 | 55 |
| Binary | 1000100 | 1011111 | 10100011 | 111010 | 101010 | 0 | 100100 | 11011111 | 101001 | 101101 |
Color Harmonies of #445FA3
Complementary color
Monochromatic Colors of #445FA3
Black with #445FA3
Text Example
Text Example
White with #445FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445FA3; }
p { color: rgb(68,95,163); }
H1.HeaderClassName
{
color: #445FA3;
}
.AnyTagClassName
{
color: #445FA3;
}
</style>
background-color css
<style>
a { background-color: #445FA3; }
a { background-color: rgb(68,95,163); }
div.DivClassName
{
background-color: #445FA3;
}
.BgClassName
{
background-color: #445FA3;
}
</style>
border-color css
<style>
span { border-color: #445FA3; }
span { border-color: rgb(68,95,163); }
td.TdClassName
{
border-color: #445FA3;
}
.TagClassName
{
border-color: #445FA3;
}
</style>