Shades of Mariner #445FB2
Tints of Mariner #445FB2
RGB
CMYK
RGB Variations
Color information
#445FB2 (or 0x445FB2) is known color: Mariner. HEX triplet: 44, 5F and B2. RGB value is (68,95,178). Sum of RGB (Red+Green+Blue) = 68+95+178=341 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.94% from 341); Green value is 95 (37.5% from 255 or 27.86% from 341); Blue value is 178 (69.92% from 255 or 52.20% from 341); Max value from RGB is 178 - color contains mainly: blue. Hex color #445FB2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445FB2 is #BBA04D. Grayscale: #606060. Windows color (decimal): -12296270 or 11689796. OLE color: 11689796.
HSL color Cylindrical-coordinate representation of color #445FB2: hue angle of 225.27º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #445FB2 is Cyan = 0.62, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 68 | 95 | 178 | - |
| CMYK | 0.62 | 0.47 | 0 | 0.30 |
| HSL | 225.27º | 0.45% | 0.48% | - |
| HSV(B) | 225.27º | 0.62% | 0.7% | - |
| XYZ | 14.51 | 12.63 | 43.79 | - |
| YUV | 96.39 | 174.05 | 107.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 95 | 178 | 0.62 | 0.47 | 0 | 0.30 | 225.27 | 0.45 | 0.48 |
| Hex | 44 | 5F | B2 | 3E | 2F | 0 | 1E | E1 | 2D | 30 |
| Octal | 104 | 137 | 262 | 76 | 57 | 0 | 36 | 341 | 55 | 60 |
| Binary | 1000100 | 1011111 | 10110010 | 111110 | 101111 | 0 | 11110 | 11100001 | 101101 | 110000 |
Color Harmonies of #445FB2
Complementary color
Monochromatic Colors of #445FB2
Black with #445FB2
Text Example
Text Example
White with #445FB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445FB2; }
p { color: rgb(68,95,178); }
H1.HeaderClassName
{
color: #445FB2;
}
.AnyTagClassName
{
color: #445FB2;
}
</style>
background-color css
<style>
a { background-color: #445FB2; }
a { background-color: rgb(68,95,178); }
div.DivClassName
{
background-color: #445FB2;
}
.BgClassName
{
background-color: #445FB2;
}
</style>
border-color css
<style>
span { border-color: #445FB2; }
span { border-color: rgb(68,95,178); }
td.TdClassName
{
border-color: #445FB2;
}
.TagClassName
{
border-color: #445FB2;
}
</style>