Shades of Mariner #375FA5
Tints of Mariner #375FA5
RGB
CMYK
RGB Variations
Color information
#375FA5 (or 0x375FA5) is known color: Mariner. HEX triplet: 37, 5F and A5. RGB value is (55,95,165). Sum of RGB (Red+Green+Blue) = 55+95+165=315 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.46% from 315); Green value is 95 (37.5% from 255 or 30.16% from 315); Blue value is 165 (64.84% from 255 or 52.38% from 315); Max value from RGB is 165 - color contains mainly: blue. Hex color #375FA5 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375FA5 is #C8A05A. Grayscale: #5A5A5A. Windows color (decimal): -13148251 or 10837815. OLE color: 10837815.
HSL color Cylindrical-coordinate representation of color #375FA5: hue angle of 218.18º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #375FA5 is Cyan = 0.67, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 55 | 95 | 165 | - |
| CMYK | 0.67 | 0.42 | 0 | 0.35 |
| HSL | 218.18º | 0.5% | 0.43% | - |
| HSV(B) | 218.18º | 0.67% | 0.65% | - |
| XYZ | 12.46 | 11.71 | 37.2 | - |
| YUV | 91.02 | 169.75 | 102.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 95 | 165 | 0.67 | 0.42 | 0 | 0.35 | 218.18 | 0.5 | 0.43 |
| Hex | 37 | 5F | A5 | 43 | 2A | 0 | 23 | DA | 32 | 2B |
| Octal | 67 | 137 | 245 | 103 | 52 | 0 | 43 | 332 | 62 | 53 |
| Binary | 110111 | 1011111 | 10100101 | 1000011 | 101010 | 0 | 100011 | 11011010 | 110010 | 101011 |
Color Harmonies of #375FA5
Complementary color
Monochromatic Colors of #375FA5
Black with #375FA5
Text Example
Text Example
White with #375FA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375FA5; }
p { color: rgb(55,95,165); }
H1.HeaderClassName
{
color: #375FA5;
}
.AnyTagClassName
{
color: #375FA5;
}
</style>
background-color css
<style>
a { background-color: #375FA5; }
a { background-color: rgb(55,95,165); }
div.DivClassName
{
background-color: #375FA5;
}
.BgClassName
{
background-color: #375FA5;
}
</style>
border-color css
<style>
span { border-color: #375FA5; }
span { border-color: rgb(55,95,165); }
td.TdClassName
{
border-color: #375FA5;
}
.TagClassName
{
border-color: #375FA5;
}
</style>