Shades of Mariner #375FA3
Tints of Mariner #375FA3
RGB
CMYK
RGB Variations
Color information
#375FA3 (or 0x375FA3) is known color: Mariner. HEX triplet: 37, 5F and A3. RGB value is (55,95,163). Sum of RGB (Red+Green+Blue) = 55+95+163=313 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.57% from 313); Green value is 95 (37.5% from 255 or 30.35% from 313); Blue value is 163 (64.06% from 255 or 52.08% from 313); Max value from RGB is 163 - color contains mainly: blue. Hex color #375FA3 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375FA3 is #C8A05C. Grayscale: #5A5A5A. Windows color (decimal): -13148253 or 10706743. OLE color: 10706743.
HSL color Cylindrical-coordinate representation of color #375FA3: hue angle of 217.78º degrees, saturation: 0.5, 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 #375FA3 is Cyan = 0.66, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 55 | 95 | 163 | - |
| CMYK | 0.66 | 0.42 | 0 | 0.36 |
| HSL | 217.78º | 0.5% | 0.43% | - |
| HSV(B) | 217.78º | 0.66% | 0.64% | - |
| XYZ | 12.28 | 11.64 | 36.25 | - |
| YUV | 90.79 | 168.75 | 102.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 95 | 163 | 0.66 | 0.42 | 0 | 0.36 | 217.78 | 0.5 | 0.43 |
| Hex | 37 | 5F | A3 | 42 | 2A | 0 | 24 | DA | 32 | 2B |
| Octal | 67 | 137 | 243 | 102 | 52 | 0 | 44 | 332 | 62 | 53 |
| Binary | 110111 | 1011111 | 10100011 | 1000010 | 101010 | 0 | 100100 | 11011010 | 110010 | 101011 |
Color Harmonies of #375FA3
Complementary color
Monochromatic Colors of #375FA3
Black with #375FA3
Text Example
Text Example
White with #375FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375FA3; }
p { color: rgb(55,95,163); }
H1.HeaderClassName
{
color: #375FA3;
}
.AnyTagClassName
{
color: #375FA3;
}
</style>
background-color css
<style>
a { background-color: #375FA3; }
a { background-color: rgb(55,95,163); }
div.DivClassName
{
background-color: #375FA3;
}
.BgClassName
{
background-color: #375FA3;
}
</style>
border-color css
<style>
span { border-color: #375FA3; }
span { border-color: rgb(55,95,163); }
td.TdClassName
{
border-color: #375FA3;
}
.TagClassName
{
border-color: #375FA3;
}
</style>