Shades of Mariner #375FA2
Tints of Mariner #375FA2
RGB
CMYK
RGB Variations
Color information
#375FA2 (or 0x375FA2) is known color: Mariner. HEX triplet: 37, 5F and A2. RGB value is (55,95,162). Sum of RGB (Red+Green+Blue) = 55+95+162=312 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.63% from 312); Green value is 95 (37.5% from 255 or 30.45% from 312); Blue value is 162 (63.67% from 255 or 51.92% from 312); Max value from RGB is 162 - color contains mainly: blue. Hex color #375FA2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375FA2 is #C8A05D. Grayscale: #5A5A5A. Windows color (decimal): -13148254 or 10641207. OLE color: 10641207.
HSL color Cylindrical-coordinate representation of color #375FA2: hue angle of 217.57º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #375FA2 is Cyan = 0.66, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 55 | 95 | 162 | - |
| CMYK | 0.66 | 0.41 | 0 | 0.36 |
| HSL | 217.57º | 0.49% | 0.43% | - |
| HSV(B) | 217.57º | 0.66% | 0.64% | - |
| XYZ | 12.19 | 11.61 | 35.78 | - |
| YUV | 90.68 | 168.25 | 102.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 95 | 162 | 0.66 | 0.41 | 0 | 0.36 | 217.57 | 0.49 | 0.43 |
| Hex | 37 | 5F | A2 | 42 | 29 | 0 | 24 | DA | 31 | 2B |
| Octal | 67 | 137 | 242 | 102 | 51 | 0 | 44 | 332 | 61 | 53 |
| Binary | 110111 | 1011111 | 10100010 | 1000010 | 101001 | 0 | 100100 | 11011010 | 110001 | 101011 |
Color Harmonies of #375FA2
Complementary color
Monochromatic Colors of #375FA2
Black with #375FA2
Text Example
Text Example
White with #375FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375FA2; }
p { color: rgb(55,95,162); }
H1.HeaderClassName
{
color: #375FA2;
}
.AnyTagClassName
{
color: #375FA2;
}
</style>
background-color css
<style>
a { background-color: #375FA2; }
a { background-color: rgb(55,95,162); }
div.DivClassName
{
background-color: #375FA2;
}
.BgClassName
{
background-color: #375FA2;
}
</style>
border-color css
<style>
span { border-color: #375FA2; }
span { border-color: rgb(55,95,162); }
td.TdClassName
{
border-color: #375FA2;
}
.TagClassName
{
border-color: #375FA2;
}
</style>