Shades of Mariner #3755AB
Tints of Mariner #3755AB
RGB
CMYK
RGB Variations
Color information
#3755AB (or 0x3755AB) is known color: Mariner. HEX triplet: 37, 55 and AB. RGB value is (55,85,171). Sum of RGB (Red+Green+Blue) = 55+85+171=311 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.68% from 311); Green value is 85 (33.59% from 255 or 27.33% from 311); Blue value is 171 (67.19% from 255 or 54.98% from 311); Max value from RGB is 171 - color contains mainly: blue. Hex color #3755AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3755AB is #C8AA54. Grayscale: #555555. Windows color (decimal): -13150805 or 11228471. OLE color: 11228471.
HSL color Cylindrical-coordinate representation of color #3755AB: hue angle of 224.48º degrees, saturation: 0.51, 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 #3755AB is Cyan = 0.68, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 55 | 85 | 171 | - |
| CMYK | 0.68 | 0.50 | 0 | 0.33 |
| HSL | 224.48º | 0.51% | 0.44% | - |
| HSV(B) | 224.48º | 0.68% | 0.67% | - |
| XYZ | 12.17 | 10.25 | 39.86 | - |
| YUV | 85.83 | 176.06 | 106.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 85 | 171 | 0.68 | 0.50 | 0 | 0.33 | 224.48 | 0.51 | 0.44 |
| Hex | 37 | 55 | AB | 44 | 32 | 0 | 21 | E0 | 33 | 2C |
| Octal | 67 | 125 | 253 | 104 | 62 | 0 | 41 | 340 | 63 | 54 |
| Binary | 110111 | 1010101 | 10101011 | 1000100 | 110010 | 0 | 100001 | 11100000 | 110011 | 101100 |
Color Harmonies of #3755AB
Complementary color
Monochromatic Colors of #3755AB
Black with #3755AB
Text Example
Text Example
White with #3755AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3755AB; }
p { color: rgb(55,85,171); }
H1.HeaderClassName
{
color: #3755AB;
}
.AnyTagClassName
{
color: #3755AB;
}
</style>
background-color css
<style>
a { background-color: #3755AB; }
a { background-color: rgb(55,85,171); }
div.DivClassName
{
background-color: #3755AB;
}
.BgClassName
{
background-color: #3755AB;
}
</style>
border-color css
<style>
span { border-color: #3755AB; }
span { border-color: rgb(55,85,171); }
td.TdClassName
{
border-color: #3755AB;
}
.TagClassName
{
border-color: #3755AB;
}
</style>