Shades of Mariner #375A96
Tints of Mariner #375A96
RGB
CMYK
RGB Variations
Color information
#375A96 (or 0x375A96) is known color: Mariner. HEX triplet: 37, 5A and 96. RGB value is (55,90,150). Sum of RGB (Red+Green+Blue) = 55+90+150=295 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.64% from 295); Green value is 90 (35.55% from 255 or 30.51% from 295); Blue value is 150 (58.98% from 255 or 50.85% from 295); Max value from RGB is 150 - color contains mainly: blue. Hex color #375A96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375A96 is #C8A569. Grayscale: #565656. Windows color (decimal): -13149546 or 9853495. OLE color: 9853495.
HSL color Cylindrical-coordinate representation of color #375A96: hue angle of 217.89º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #375A96 is Cyan = 0.63, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 55 | 90 | 150 | - |
| CMYK | 0.63 | 0.4 | 0 | 0.41 |
| HSL | 217.89º | 0.46% | 0.4% | - |
| HSV(B) | 217.89º | 0.63% | 0.59% | - |
| XYZ | 10.74 | 10.33 | 30.28 | - |
| YUV | 86.38 | 163.9 | 105.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 90 | 150 | 0.63 | 0.4 | 0 | 0.41 | 217.89 | 0.46 | 0.4 |
| Hex | 37 | 5A | 96 | 3F | 28 | 0 | 29 | DA | 2E | 28 |
| Octal | 67 | 132 | 226 | 77 | 50 | 0 | 51 | 332 | 56 | 50 |
| Binary | 110111 | 1011010 | 10010110 | 111111 | 101000 | 0 | 101001 | 11011010 | 101110 | 101000 |
Color Harmonies of #375A96
Complementary color
Monochromatic Colors of #375A96
Black with #375A96
Text Example
Text Example
White with #375A96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375A96; }
p { color: rgb(55,90,150); }
H1.HeaderClassName
{
color: #375A96;
}
.AnyTagClassName
{
color: #375A96;
}
</style>
background-color css
<style>
a { background-color: #375A96; }
a { background-color: rgb(55,90,150); }
div.DivClassName
{
background-color: #375A96;
}
.BgClassName
{
background-color: #375A96;
}
</style>
border-color css
<style>
span { border-color: #375A96; }
span { border-color: rgb(55,90,150); }
td.TdClassName
{
border-color: #375A96;
}
.TagClassName
{
border-color: #375A96;
}
</style>