Shades of Mariner #375D9B
Tints of Mariner #375D9B
RGB
CMYK
RGB Variations
Color information
#375D9B (or 0x375D9B) is known color: Mariner. HEX triplet: 37, 5D and 9B. RGB value is (55,93,155). Sum of RGB (Red+Green+Blue) = 55+93+155=303 (40% of max value = 765). Red value is 55 (21.88% from 255 or 18.15% from 303); Green value is 93 (36.72% from 255 or 30.69% from 303); Blue value is 155 (60.94% from 255 or 51.16% from 303); Max value from RGB is 155 - color contains mainly: blue. Hex color #375D9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375D9B is #C8A264. Grayscale: #585858. Windows color (decimal): -13148773 or 10181943. OLE color: 10181943.
HSL color Cylindrical-coordinate representation of color #375D9B: hue angle of 217.2º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #375D9B is Cyan = 0.65, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 55 | 93 | 155 | - |
| CMYK | 0.65 | 0.4 | 0 | 0.39 |
| HSL | 217.2º | 0.48% | 0.41% | - |
| HSV(B) | 217.2º | 0.65% | 0.61% | - |
| XYZ | 11.41 | 11.01 | 32.53 | - |
| YUV | 88.71 | 165.41 | 103.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 93 | 155 | 0.65 | 0.4 | 0 | 0.39 | 217.2 | 0.48 | 0.41 |
| Hex | 37 | 5D | 9B | 41 | 28 | 0 | 27 | D9 | 30 | 29 |
| Octal | 67 | 135 | 233 | 101 | 50 | 0 | 47 | 331 | 60 | 51 |
| Binary | 110111 | 1011101 | 10011011 | 1000001 | 101000 | 0 | 100111 | 11011001 | 110000 | 101001 |
Color Harmonies of #375D9B
Complementary color
Monochromatic Colors of #375D9B
Black with #375D9B
Text Example
Text Example
White with #375D9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375D9B; }
p { color: rgb(55,93,155); }
H1.HeaderClassName
{
color: #375D9B;
}
.AnyTagClassName
{
color: #375D9B;
}
</style>
background-color css
<style>
a { background-color: #375D9B; }
a { background-color: rgb(55,93,155); }
div.DivClassName
{
background-color: #375D9B;
}
.BgClassName
{
background-color: #375D9B;
}
</style>
border-color css
<style>
span { border-color: #375D9B; }
span { border-color: rgb(55,93,155); }
td.TdClassName
{
border-color: #375D9B;
}
.TagClassName
{
border-color: #375D9B;
}
</style>