Shades of Mariner #3764AB
Tints of Mariner #3764AB
RGB
CMYK
RGB Variations
Color information
#3764AB (or 0x3764AB) is known color: Mariner. HEX triplet: 37, 64 and AB. RGB value is (55,100,171). Sum of RGB (Red+Green+Blue) = 55+100+171=326 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.87% from 326); Green value is 100 (39.45% from 255 or 30.67% 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 #3764AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3764AB is #C89B54. Grayscale: #5E5E5E. Windows color (decimal): -13146965 or 11232311. OLE color: 11232311.
HSL color Cylindrical-coordinate representation of color #3764AB: hue angle of 216.72º 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 #3764AB is Cyan = 0.68, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 55 | 100 | 171 | - |
| CMYK | 0.68 | 0.42 | 0 | 0.33 |
| HSL | 216.72º | 0.51% | 0.44% | - |
| HSV(B) | 216.72º | 0.68% | 0.67% | - |
| XYZ | 13.48 | 12.87 | 40.3 | - |
| YUV | 94.64 | 171.09 | 99.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 100 | 171 | 0.68 | 0.42 | 0 | 0.33 | 216.72 | 0.51 | 0.44 |
| Hex | 37 | 64 | AB | 44 | 2A | 0 | 21 | D9 | 33 | 2C |
| Octal | 67 | 144 | 253 | 104 | 52 | 0 | 41 | 331 | 63 | 54 |
| Binary | 110111 | 1100100 | 10101011 | 1000100 | 101010 | 0 | 100001 | 11011001 | 110011 | 101100 |
Color Harmonies of #3764AB
Complementary color
Monochromatic Colors of #3764AB
Black with #3764AB
Text Example
Text Example
White with #3764AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3764AB; }
p { color: rgb(55,100,171); }
H1.HeaderClassName
{
color: #3764AB;
}
.AnyTagClassName
{
color: #3764AB;
}
</style>
background-color css
<style>
a { background-color: #3764AB; }
a { background-color: rgb(55,100,171); }
div.DivClassName
{
background-color: #3764AB;
}
.BgClassName
{
background-color: #3764AB;
}
</style>
border-color css
<style>
span { border-color: #3764AB; }
span { border-color: rgb(55,100,171); }
td.TdClassName
{
border-color: #3764AB;
}
.TagClassName
{
border-color: #3764AB;
}
</style>