Shades of Mariner #375A98
Tints of Mariner #375A98
RGB
CMYK
RGB Variations
Color information
#375A98 (or 0x375A98) is known color: Mariner. HEX triplet: 37, 5A and 98. RGB value is (55,90,152). Sum of RGB (Red+Green+Blue) = 55+90+152=297 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.52% from 297); Green value is 90 (35.55% from 255 or 30.30% from 297); Blue value is 152 (59.77% from 255 or 51.18% from 297); Max value from RGB is 152 - color contains mainly: blue. Hex color #375A98 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375A98 is #C8A567. Grayscale: #565656. Windows color (decimal): -13149544 or 9984567. OLE color: 9984567.
HSL color Cylindrical-coordinate representation of color #375A98: hue angle of 218.35º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #375A98 is Cyan = 0.64, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 55 | 90 | 152 | - |
| CMYK | 0.64 | 0.41 | 0 | 0.40 |
| HSL | 218.35º | 0.47% | 0.41% | - |
| HSV(B) | 218.35º | 0.64% | 0.6% | - |
| XYZ | 10.9 | 10.39 | 31.14 | - |
| YUV | 86.6 | 164.9 | 105.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 90 | 152 | 0.64 | 0.41 | 0 | 0.40 | 218.35 | 0.47 | 0.41 |
| Hex | 37 | 5A | 98 | 40 | 29 | 0 | 28 | DA | 2F | 29 |
| Octal | 67 | 132 | 230 | 100 | 51 | 0 | 50 | 332 | 57 | 51 |
| Binary | 110111 | 1011010 | 10011000 | 1000000 | 101001 | 0 | 101000 | 11011010 | 101111 | 101001 |
Color Harmonies of #375A98
Complementary color
Monochromatic Colors of #375A98
Black with #375A98
Text Example
Text Example
White with #375A98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375A98; }
p { color: rgb(55,90,152); }
H1.HeaderClassName
{
color: #375A98;
}
.AnyTagClassName
{
color: #375A98;
}
</style>
background-color css
<style>
a { background-color: #375A98; }
a { background-color: rgb(55,90,152); }
div.DivClassName
{
background-color: #375A98;
}
.BgClassName
{
background-color: #375A98;
}
</style>
border-color css
<style>
span { border-color: #375A98; }
span { border-color: rgb(55,90,152); }
td.TdClassName
{
border-color: #375A98;
}
.TagClassName
{
border-color: #375A98;
}
</style>