Shades of Mariner #4358AB
Tints of Mariner #4358AB
RGB
CMYK
RGB Variations
Color information
#4358AB (or 0x4358AB) is known color: Mariner. HEX triplet: 43, 58 and AB. RGB value is (67,88,171). Sum of RGB (Red+Green+Blue) = 67+88+171=326 (43% of max value = 765). Red value is 67 (26.56% from 255 or 20.55% from 326); Green value is 88 (34.77% from 255 or 26.99% from 326); Blue value is 171 (67.19% from 255 or 52.45% from 326); Max value from RGB is 171 - color contains mainly: blue. Hex color #4358AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4358AB is #BCA754. Grayscale: #5A5A5A. Windows color (decimal): -12363605 or 11229251. OLE color: 11229251.
HSL color Cylindrical-coordinate representation of color #4358AB: hue angle of 227.88º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4358AB is Cyan = 0.61, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 67 | 88 | 171 | - |
| CMYK | 0.61 | 0.49 | 0 | 0.33 |
| HSL | 227.88º | 0.44% | 0.47% | - |
| HSV(B) | 227.88º | 0.61% | 0.67% | - |
| XYZ | 13.16 | 11.11 | 39.98 | - |
| YUV | 91.18 | 173.04 | 110.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 88 | 171 | 0.61 | 0.49 | 0 | 0.33 | 227.88 | 0.44 | 0.47 |
| Hex | 43 | 58 | AB | 3D | 31 | 0 | 21 | E4 | 2C | 2F |
| Octal | 103 | 130 | 253 | 75 | 61 | 0 | 41 | 344 | 54 | 57 |
| Binary | 1000011 | 1011000 | 10101011 | 111101 | 110001 | 0 | 100001 | 11100100 | 101100 | 101111 |
Color Harmonies of #4358AB
Complementary color
Monochromatic Colors of #4358AB
Black with #4358AB
Text Example
Text Example
White with #4358AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4358AB; }
p { color: rgb(67,88,171); }
H1.HeaderClassName
{
color: #4358AB;
}
.AnyTagClassName
{
color: #4358AB;
}
</style>
background-color css
<style>
a { background-color: #4358AB; }
a { background-color: rgb(67,88,171); }
div.DivClassName
{
background-color: #4358AB;
}
.BgClassName
{
background-color: #4358AB;
}
</style>
border-color css
<style>
span { border-color: #4358AB; }
span { border-color: rgb(67,88,171); }
td.TdClassName
{
border-color: #4358AB;
}
.TagClassName
{
border-color: #4358AB;
}
</style>