Shades of Mariner #375FA8
Tints of Mariner #375FA8
RGB
CMYK
RGB Variations
Color information
#375FA8 (or 0x375FA8) is known color: Mariner. HEX triplet: 37, 5F and A8. RGB value is (55,95,168). Sum of RGB (Red+Green+Blue) = 55+95+168=318 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.30% from 318); Green value is 95 (37.5% from 255 or 29.87% from 318); Blue value is 168 (66.02% from 255 or 52.83% from 318); Max value from RGB is 168 - color contains mainly: blue. Hex color #375FA8 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375FA8 is #C8A057. Grayscale: #5B5B5B. Windows color (decimal): -13148248 or 11034423. OLE color: 11034423.
HSL color Cylindrical-coordinate representation of color #375FA8: hue angle of 218.76º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #375FA8 is Cyan = 0.67, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 55 | 95 | 168 | - |
| CMYK | 0.67 | 0.43 | 0 | 0.34 |
| HSL | 218.76º | 0.51% | 0.44% | - |
| HSV(B) | 218.76º | 0.67% | 0.66% | - |
| XYZ | 12.74 | 11.82 | 38.66 | - |
| YUV | 91.36 | 171.25 | 102.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 95 | 168 | 0.67 | 0.43 | 0 | 0.34 | 218.76 | 0.51 | 0.44 |
| Hex | 37 | 5F | A8 | 43 | 2B | 0 | 22 | DB | 33 | 2C |
| Octal | 67 | 137 | 250 | 103 | 53 | 0 | 42 | 333 | 63 | 54 |
| Binary | 110111 | 1011111 | 10101000 | 1000011 | 101011 | 0 | 100010 | 11011011 | 110011 | 101100 |
Color Harmonies of #375FA8
Complementary color
Monochromatic Colors of #375FA8
Black with #375FA8
Text Example
Text Example
White with #375FA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375FA8; }
p { color: rgb(55,95,168); }
H1.HeaderClassName
{
color: #375FA8;
}
.AnyTagClassName
{
color: #375FA8;
}
</style>
background-color css
<style>
a { background-color: #375FA8; }
a { background-color: rgb(55,95,168); }
div.DivClassName
{
background-color: #375FA8;
}
.BgClassName
{
background-color: #375FA8;
}
</style>
border-color css
<style>
span { border-color: #375FA8; }
span { border-color: rgb(55,95,168); }
td.TdClassName
{
border-color: #375FA8;
}
.TagClassName
{
border-color: #375FA8;
}
</style>