Shades of Mariner #3658AB
Tints of Mariner #3658AB
RGB
CMYK
RGB Variations
Color information
#3658AB (or 0x3658AB) is known color: Mariner. HEX triplet: 36, 58 and AB. RGB value is (54,88,171). Sum of RGB (Red+Green+Blue) = 54+88+171=313 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.25% from 313); Green value is 88 (34.77% from 255 or 28.12% from 313); Blue value is 171 (67.19% from 255 or 54.63% from 313); Max value from RGB is 171 - color contains mainly: blue. Hex color #3658AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3658AB is #C9A754. Grayscale: #565656. Windows color (decimal): -13215573 or 11229238. OLE color: 11229238.
HSL color Cylindrical-coordinate representation of color #3658AB: hue angle of 222.56º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3658AB is Cyan = 0.68, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 54 | 88 | 171 | - |
| CMYK | 0.68 | 0.49 | 0 | 0.33 |
| HSL | 222.56º | 0.52% | 0.44% | - |
| HSV(B) | 222.56º | 0.68% | 0.67% | - |
| XYZ | 12.36 | 10.7 | 39.94 | - |
| YUV | 87.3 | 175.24 | 104.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 88 | 171 | 0.68 | 0.49 | 0 | 0.33 | 222.56 | 0.52 | 0.44 |
| Hex | 36 | 58 | AB | 44 | 31 | 0 | 21 | DF | 34 | 2C |
| Octal | 66 | 130 | 253 | 104 | 61 | 0 | 41 | 337 | 64 | 54 |
| Binary | 110110 | 1011000 | 10101011 | 1000100 | 110001 | 0 | 100001 | 11011111 | 110100 | 101100 |
Color Harmonies of #3658AB
Complementary color
Monochromatic Colors of #3658AB
Black with #3658AB
Text Example
Text Example
White with #3658AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3658AB; }
p { color: rgb(54,88,171); }
H1.HeaderClassName
{
color: #3658AB;
}
.AnyTagClassName
{
color: #3658AB;
}
</style>
background-color css
<style>
a { background-color: #3658AB; }
a { background-color: rgb(54,88,171); }
div.DivClassName
{
background-color: #3658AB;
}
.BgClassName
{
background-color: #3658AB;
}
</style>
border-color css
<style>
span { border-color: #3658AB; }
span { border-color: rgb(54,88,171); }
td.TdClassName
{
border-color: #3658AB;
}
.TagClassName
{
border-color: #3658AB;
}
</style>