Shades of Mariner #375BA8
Tints of Mariner #375BA8
RGB
CMYK
RGB Variations
Color information
#375BA8 (or 0x375BA8) is known color: Mariner. HEX triplet: 37, 5B and A8. RGB value is (55,91,168). Sum of RGB (Red+Green+Blue) = 55+91+168=314 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.52% from 314); Green value is 91 (35.94% from 255 or 28.98% from 314); Blue value is 168 (66.02% from 255 or 53.50% from 314); Max value from RGB is 168 - color contains mainly: blue. Hex color #375BA8 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375BA8 is #C8A457. Grayscale: #585858. Windows color (decimal): -13149272 or 11033399. OLE color: 11033399.
HSL color Cylindrical-coordinate representation of color #375BA8: hue angle of 220.88º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #375BA8 is Cyan = 0.67, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 55 | 91 | 168 | - |
| CMYK | 0.67 | 0.46 | 0 | 0.34 |
| HSL | 220.89º | 0.51% | 0.44% | - |
| HSV(B) | 220.89º | 0.67% | 0.66% | - |
| XYZ | 12.38 | 11.12 | 38.54 | - |
| YUV | 89.01 | 172.57 | 103.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 91 | 168 | 0.67 | 0.46 | 0 | 0.34 | 220.89 | 0.51 | 0.44 |
| Hex | 37 | 5B | A8 | 43 | 2E | 0 | 22 | DD | 33 | 2C |
| Octal | 67 | 133 | 250 | 103 | 56 | 0 | 42 | 335 | 63 | 54 |
| Binary | 110111 | 1011011 | 10101000 | 1000011 | 101110 | 0 | 100010 | 11011101 | 110011 | 101100 |
Color Harmonies of #375BA8
Complementary color
Monochromatic Colors of #375BA8
Black with #375BA8
Text Example
Text Example
White with #375BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375BA8; }
p { color: rgb(55,91,168); }
H1.HeaderClassName
{
color: #375BA8;
}
.AnyTagClassName
{
color: #375BA8;
}
</style>
background-color css
<style>
a { background-color: #375BA8; }
a { background-color: rgb(55,91,168); }
div.DivClassName
{
background-color: #375BA8;
}
.BgClassName
{
background-color: #375BA8;
}
</style>
border-color css
<style>
span { border-color: #375BA8; }
span { border-color: rgb(55,91,168); }
td.TdClassName
{
border-color: #375BA8;
}
.TagClassName
{
border-color: #375BA8;
}
</style>