Shades of Mariner #375BAA
Tints of Mariner #375BAA
RGB
CMYK
RGB Variations
Color information
#375BAA (or 0x375BAA) is known color: Mariner. HEX triplet: 37, 5B and AA. RGB value is (55,91,170). Sum of RGB (Red+Green+Blue) = 55+91+170=316 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.41% from 316); Green value is 91 (35.94% from 255 or 28.80% from 316); Blue value is 170 (66.80% from 255 or 53.80% from 316); Max value from RGB is 170 - color contains mainly: blue. Hex color #375BAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375BAA is #C8A455. Grayscale: #585858. Windows color (decimal): -13149270 or 11164471. OLE color: 11164471.
HSL color Cylindrical-coordinate representation of color #375BAA: hue angle of 221.22º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #375BAA is Cyan = 0.68, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 55 | 91 | 170 | - |
| CMYK | 0.68 | 0.46 | 0 | 0.33 |
| HSL | 221.22º | 0.51% | 0.44% | - |
| HSV(B) | 221.22º | 0.68% | 0.67% | - |
| XYZ | 12.57 | 11.2 | 39.53 | - |
| YUV | 89.24 | 173.57 | 103.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 91 | 170 | 0.68 | 0.46 | 0 | 0.33 | 221.22 | 0.51 | 0.44 |
| Hex | 37 | 5B | AA | 44 | 2E | 0 | 21 | DD | 33 | 2C |
| Octal | 67 | 133 | 252 | 104 | 56 | 0 | 41 | 335 | 63 | 54 |
| Binary | 110111 | 1011011 | 10101010 | 1000100 | 101110 | 0 | 100001 | 11011101 | 110011 | 101100 |
Color Harmonies of #375BAA
Complementary color
Monochromatic Colors of #375BAA
Black with #375BAA
Text Example
Text Example
White with #375BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375BAA; }
p { color: rgb(55,91,170); }
H1.HeaderClassName
{
color: #375BAA;
}
.AnyTagClassName
{
color: #375BAA;
}
</style>
background-color css
<style>
a { background-color: #375BAA; }
a { background-color: rgb(55,91,170); }
div.DivClassName
{
background-color: #375BAA;
}
.BgClassName
{
background-color: #375BAA;
}
</style>
border-color css
<style>
span { border-color: #375BAA; }
span { border-color: rgb(55,91,170); }
td.TdClassName
{
border-color: #375BAA;
}
.TagClassName
{
border-color: #375BAA;
}
</style>