Shades of Mariner #445DB1
Tints of Mariner #445DB1
RGB
CMYK
RGB Variations
Color information
#445DB1 (or 0x445DB1) is known color: Mariner. HEX triplet: 44, 5D and B1. RGB value is (68,93,177). Sum of RGB (Red+Green+Blue) = 68+93+177=338 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.12% from 338); Green value is 93 (36.72% from 255 or 27.51% from 338); Blue value is 177 (69.53% from 255 or 52.37% from 338); Max value from RGB is 177 - color contains mainly: blue. Hex color #445DB1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445DB1 is #BBA24E. Grayscale: #5E5E5E. Windows color (decimal): -12296783 or 11623748. OLE color: 11623748.
HSL color Cylindrical-coordinate representation of color #445DB1: hue angle of 226.24º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #445DB1 is Cyan = 0.62, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 68 | 93 | 177 | - |
| CMYK | 0.62 | 0.47 | 0 | 0.31 |
| HSL | 226.24º | 0.44% | 0.48% | - |
| HSV(B) | 226.24º | 0.62% | 0.69% | - |
| XYZ | 14.23 | 12.23 | 43.21 | - |
| YUV | 95.1 | 174.22 | 108.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 93 | 177 | 0.62 | 0.47 | 0 | 0.31 | 226.24 | 0.44 | 0.48 |
| Hex | 44 | 5D | B1 | 3E | 2F | 0 | 1F | E2 | 2C | 30 |
| Octal | 104 | 135 | 261 | 76 | 57 | 0 | 37 | 342 | 54 | 60 |
| Binary | 1000100 | 1011101 | 10110001 | 111110 | 101111 | 0 | 11111 | 11100010 | 101100 | 110000 |
Color Harmonies of #445DB1
Complementary color
Monochromatic Colors of #445DB1
Black with #445DB1
Text Example
Text Example
White with #445DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445DB1; }
p { color: rgb(68,93,177); }
H1.HeaderClassName
{
color: #445DB1;
}
.AnyTagClassName
{
color: #445DB1;
}
</style>
background-color css
<style>
a { background-color: #445DB1; }
a { background-color: rgb(68,93,177); }
div.DivClassName
{
background-color: #445DB1;
}
.BgClassName
{
background-color: #445DB1;
}
</style>
border-color css
<style>
span { border-color: #445DB1; }
span { border-color: rgb(68,93,177); }
td.TdClassName
{
border-color: #445DB1;
}
.TagClassName
{
border-color: #445DB1;
}
</style>