Shades of Mariner #445BAF
Tints of Mariner #445BAF
RGB
CMYK
RGB Variations
Color information
#445BAF (or 0x445BAF) is known color: Mariner. HEX triplet: 44, 5B and AF. RGB value is (68,91,175). Sum of RGB (Red+Green+Blue) = 68+91+175=334 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.36% from 334); Green value is 91 (35.94% from 255 or 27.25% from 334); Blue value is 175 (68.75% from 255 or 52.40% from 334); Max value from RGB is 175 - color contains mainly: blue. Hex color #445BAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445BAF is #BBA450. Grayscale: #5D5D5D. Windows color (decimal): -12297297 or 11492164. OLE color: 11492164.
HSL color Cylindrical-coordinate representation of color #445BAF: hue angle of 227.1º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #445BAF is Cyan = 0.61, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 68 | 91 | 175 | - |
| CMYK | 0.61 | 0.48 | 0 | 0.31 |
| HSL | 227.1º | 0.44% | 0.48% | - |
| HSV(B) | 227.1º | 0.61% | 0.69% | - |
| XYZ | 13.86 | 11.81 | 42.11 | - |
| YUV | 93.7 | 173.88 | 109.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 91 | 175 | 0.61 | 0.48 | 0 | 0.31 | 227.1 | 0.44 | 0.48 |
| Hex | 44 | 5B | AF | 3D | 30 | 0 | 1F | E3 | 2C | 30 |
| Octal | 104 | 133 | 257 | 75 | 60 | 0 | 37 | 343 | 54 | 60 |
| Binary | 1000100 | 1011011 | 10101111 | 111101 | 110000 | 0 | 11111 | 11100011 | 101100 | 110000 |
Color Harmonies of #445BAF
Complementary color
Monochromatic Colors of #445BAF
Black with #445BAF
Text Example
Text Example
White with #445BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445BAF; }
p { color: rgb(68,91,175); }
H1.HeaderClassName
{
color: #445BAF;
}
.AnyTagClassName
{
color: #445BAF;
}
</style>
background-color css
<style>
a { background-color: #445BAF; }
a { background-color: rgb(68,91,175); }
div.DivClassName
{
background-color: #445BAF;
}
.BgClassName
{
background-color: #445BAF;
}
</style>
border-color css
<style>
span { border-color: #445BAF; }
span { border-color: rgb(68,91,175); }
td.TdClassName
{
border-color: #445BAF;
}
.TagClassName
{
border-color: #445BAF;
}
</style>