Shades of Mariner #3756A4
Tints of Mariner #3756A4
RGB
CMYK
RGB Variations
Color information
#3756A4 (or 0x3756A4) is known color: Mariner. HEX triplet: 37, 56 and A4. RGB value is (55,86,164). Sum of RGB (Red+Green+Blue) = 55+86+164=305 (40% of max value = 765). Red value is 55 (21.88% from 255 or 18.03% from 305); Green value is 86 (33.98% from 255 or 28.20% from 305); Blue value is 164 (64.45% from 255 or 53.77% from 305); Max value from RGB is 164 - color contains mainly: blue. Hex color #3756A4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3756A4 is #C8A95B. Grayscale: #555555. Windows color (decimal): -13150556 or 10769975. OLE color: 10769975.
HSL color Cylindrical-coordinate representation of color #3756A4: hue angle of 222.94º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3756A4 is Cyan = 0.66, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 55 | 86 | 164 | - |
| CMYK | 0.66 | 0.48 | 0 | 0.36 |
| HSL | 222.94º | 0.5% | 0.43% | - |
| HSV(B) | 222.94º | 0.66% | 0.64% | - |
| XYZ | 11.6 | 10.15 | 36.47 | - |
| YUV | 85.62 | 172.23 | 106.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 86 | 164 | 0.66 | 0.48 | 0 | 0.36 | 222.94 | 0.5 | 0.43 |
| Hex | 37 | 56 | A4 | 42 | 30 | 0 | 24 | DF | 32 | 2B |
| Octal | 67 | 126 | 244 | 102 | 60 | 0 | 44 | 337 | 62 | 53 |
| Binary | 110111 | 1010110 | 10100100 | 1000010 | 110000 | 0 | 100100 | 11011111 | 110010 | 101011 |
Color Harmonies of #3756A4
Complementary color
Monochromatic Colors of #3756A4
Black with #3756A4
Text Example
Text Example
White with #3756A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3756A4; }
p { color: rgb(55,86,164); }
H1.HeaderClassName
{
color: #3756A4;
}
.AnyTagClassName
{
color: #3756A4;
}
</style>
background-color css
<style>
a { background-color: #3756A4; }
a { background-color: rgb(55,86,164); }
div.DivClassName
{
background-color: #3756A4;
}
.BgClassName
{
background-color: #3756A4;
}
</style>
border-color css
<style>
span { border-color: #3756A4; }
span { border-color: rgb(55,86,164); }
td.TdClassName
{
border-color: #3756A4;
}
.TagClassName
{
border-color: #3756A4;
}
</style>