Shades of Mariner #375DAD
Tints of Mariner #375DAD
RGB
CMYK
RGB Variations
Color information
#375DAD (or 0x375DAD) is known color: Mariner. HEX triplet: 37, 5D and AD. RGB value is (55,93,173). Sum of RGB (Red+Green+Blue) = 55+93+173=321 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.13% from 321); Green value is 93 (36.72% from 255 or 28.97% from 321); Blue value is 173 (67.97% from 255 or 53.89% from 321); Max value from RGB is 173 - color contains mainly: blue. Hex color #375DAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375DAD is #C8A252. Grayscale: #5A5A5A. Windows color (decimal): -13148755 or 11361591. OLE color: 11361591.
HSL color Cylindrical-coordinate representation of color #375DAD: hue angle of 220.68º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #375DAD is Cyan = 0.68, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 55 | 93 | 173 | - |
| CMYK | 0.68 | 0.46 | 0 | 0.32 |
| HSL | 220.68º | 0.52% | 0.45% | - |
| HSV(B) | 220.68º | 0.68% | 0.68% | - |
| XYZ | 13.03 | 11.66 | 41.1 | - |
| YUV | 90.76 | 174.41 | 102.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 93 | 173 | 0.68 | 0.46 | 0 | 0.32 | 220.68 | 0.52 | 0.45 |
| Hex | 37 | 5D | AD | 44 | 2E | 0 | 20 | DD | 34 | 2D |
| Octal | 67 | 135 | 255 | 104 | 56 | 0 | 40 | 335 | 64 | 55 |
| Binary | 110111 | 1011101 | 10101101 | 1000100 | 101110 | 0 | 100000 | 11011101 | 110100 | 101101 |
Color Harmonies of #375DAD
Complementary color
Monochromatic Colors of #375DAD
Black with #375DAD
Text Example
Text Example
White with #375DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375DAD; }
p { color: rgb(55,93,173); }
H1.HeaderClassName
{
color: #375DAD;
}
.AnyTagClassName
{
color: #375DAD;
}
</style>
background-color css
<style>
a { background-color: #375DAD; }
a { background-color: rgb(55,93,173); }
div.DivClassName
{
background-color: #375DAD;
}
.BgClassName
{
background-color: #375DAD;
}
</style>
border-color css
<style>
span { border-color: #375DAD; }
span { border-color: rgb(55,93,173); }
td.TdClassName
{
border-color: #375DAD;
}
.TagClassName
{
border-color: #375DAD;
}
</style>