Shades of Mariner #3750A6
Tints of Mariner #3750A6
RGB
CMYK
RGB Variations
Color information
#3750A6 (or 0x3750A6) is known color: Mariner. HEX triplet: 37, 50 and A6. RGB value is (55,80,166). Sum of RGB (Red+Green+Blue) = 55+80+166=301 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.27% from 301); Green value is 80 (31.64% from 255 or 26.58% from 301); Blue value is 166 (65.23% from 255 or 55.15% from 301); Max value from RGB is 166 - color contains mainly: blue. Hex color #3750A6 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3750A6 is #C8AF59. Grayscale: #515151. Windows color (decimal): -13152090 or 10899511. OLE color: 10899511.
HSL color Cylindrical-coordinate representation of color #3750A6: hue angle of 226.49º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3750A6 is Cyan = 0.67, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 55 | 80 | 166 | - |
| CMYK | 0.67 | 0.52 | 0 | 0.35 |
| HSL | 226.49º | 0.5% | 0.43% | - |
| HSV(B) | 226.49º | 0.67% | 0.65% | - |
| XYZ | 11.33 | 9.3 | 37.28 | - |
| YUV | 82.33 | 175.22 | 108.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 80 | 166 | 0.67 | 0.52 | 0 | 0.35 | 226.49 | 0.5 | 0.43 |
| Hex | 37 | 50 | A6 | 43 | 34 | 0 | 23 | E2 | 32 | 2B |
| Octal | 67 | 120 | 246 | 103 | 64 | 0 | 43 | 342 | 62 | 53 |
| Binary | 110111 | 1010000 | 10100110 | 1000011 | 110100 | 0 | 100011 | 11100010 | 110010 | 101011 |
Color Harmonies of #3750A6
Complementary color
Monochromatic Colors of #3750A6
Black with #3750A6
Text Example
Text Example
White with #3750A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3750A6; }
p { color: rgb(55,80,166); }
H1.HeaderClassName
{
color: #3750A6;
}
.AnyTagClassName
{
color: #3750A6;
}
</style>
background-color css
<style>
a { background-color: #3750A6; }
a { background-color: rgb(55,80,166); }
div.DivClassName
{
background-color: #3750A6;
}
.BgClassName
{
background-color: #3750A6;
}
</style>
border-color css
<style>
span { border-color: #3750A6; }
span { border-color: rgb(55,80,166); }
td.TdClassName
{
border-color: #3750A6;
}
.TagClassName
{
border-color: #3750A6;
}
</style>