Shades of Mariner #375FAD
Tints of Mariner #375FAD
RGB
CMYK
RGB Variations
Color information
#375FAD (or 0x375FAD) is known color: Mariner. HEX triplet: 37, 5F and AD. RGB value is (55,95,173). Sum of RGB (Red+Green+Blue) = 55+95+173=323 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.03% from 323); Green value is 95 (37.5% from 255 or 29.41% from 323); Blue value is 173 (67.97% from 255 or 53.56% from 323); Max value from RGB is 173 - color contains mainly: blue. Hex color #375FAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375FAD is #C8A052. Grayscale: #5B5B5B. Windows color (decimal): -13148243 or 11362103. OLE color: 11362103.
HSL color Cylindrical-coordinate representation of color #375FAD: hue angle of 219.66º 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 #375FAD is Cyan = 0.68, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 55 | 95 | 173 | - |
| CMYK | 0.68 | 0.45 | 0 | 0.32 |
| HSL | 219.66º | 0.52% | 0.45% | - |
| HSV(B) | 219.66º | 0.68% | 0.68% | - |
| XYZ | 13.21 | 12.01 | 41.16 | - |
| YUV | 91.93 | 173.75 | 101.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 95 | 173 | 0.68 | 0.45 | 0 | 0.32 | 219.66 | 0.52 | 0.45 |
| Hex | 37 | 5F | AD | 44 | 2D | 0 | 20 | DC | 34 | 2D |
| Octal | 67 | 137 | 255 | 104 | 55 | 0 | 40 | 334 | 64 | 55 |
| Binary | 110111 | 1011111 | 10101101 | 1000100 | 101101 | 0 | 100000 | 11011100 | 110100 | 101101 |
Color Harmonies of #375FAD
Complementary color
Monochromatic Colors of #375FAD
Black with #375FAD
Text Example
Text Example
White with #375FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375FAD; }
p { color: rgb(55,95,173); }
H1.HeaderClassName
{
color: #375FAD;
}
.AnyTagClassName
{
color: #375FAD;
}
</style>
background-color css
<style>
a { background-color: #375FAD; }
a { background-color: rgb(55,95,173); }
div.DivClassName
{
background-color: #375FAD;
}
.BgClassName
{
background-color: #375FAD;
}
</style>
border-color css
<style>
span { border-color: #375FAD; }
span { border-color: rgb(55,95,173); }
td.TdClassName
{
border-color: #375FAD;
}
.TagClassName
{
border-color: #375FAD;
}
</style>