Shades of Mariner #375A9A
Tints of Mariner #375A9A
RGB
CMYK
RGB Variations
Color information
#375A9A (or 0x375A9A) is known color: Mariner. HEX triplet: 37, 5A and 9A. RGB value is (55,90,154). Sum of RGB (Red+Green+Blue) = 55+90+154=299 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.39% from 299); Green value is 90 (35.55% from 255 or 30.10% from 299); Blue value is 154 (60.55% from 255 or 51.51% from 299); Max value from RGB is 154 - color contains mainly: blue. Hex color #375A9A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375A9A is #C8A565. Grayscale: #565656. Windows color (decimal): -13149542 or 10115639. OLE color: 10115639.
HSL color Cylindrical-coordinate representation of color #375A9A: hue angle of 218.79º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #375A9A is Cyan = 0.64, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 55 | 90 | 154 | - |
| CMYK | 0.64 | 0.42 | 0 | 0.40 |
| HSL | 218.79º | 0.47% | 0.41% | - |
| HSV(B) | 218.79º | 0.64% | 0.6% | - |
| XYZ | 11.06 | 10.46 | 32.01 | - |
| YUV | 86.83 | 165.9 | 105.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 90 | 154 | 0.64 | 0.42 | 0 | 0.40 | 218.79 | 0.47 | 0.41 |
| Hex | 37 | 5A | 9A | 40 | 2A | 0 | 28 | DB | 2F | 29 |
| Octal | 67 | 132 | 232 | 100 | 52 | 0 | 50 | 333 | 57 | 51 |
| Binary | 110111 | 1011010 | 10011010 | 1000000 | 101010 | 0 | 101000 | 11011011 | 101111 | 101001 |
Color Harmonies of #375A9A
Complementary color
Monochromatic Colors of #375A9A
Black with #375A9A
Text Example
Text Example
White with #375A9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375A9A; }
p { color: rgb(55,90,154); }
H1.HeaderClassName
{
color: #375A9A;
}
.AnyTagClassName
{
color: #375A9A;
}
</style>
background-color css
<style>
a { background-color: #375A9A; }
a { background-color: rgb(55,90,154); }
div.DivClassName
{
background-color: #375A9A;
}
.BgClassName
{
background-color: #375A9A;
}
</style>
border-color css
<style>
span { border-color: #375A9A; }
span { border-color: rgb(55,90,154); }
td.TdClassName
{
border-color: #375A9A;
}
.TagClassName
{
border-color: #375A9A;
}
</style>