Shades of Mariner #375A9B
Tints of Mariner #375A9B
RGB
CMYK
RGB Variations
Color information
#375A9B (or 0x375A9B) is known color: Mariner. HEX triplet: 37, 5A and 9B. RGB value is (55,90,155). Sum of RGB (Red+Green+Blue) = 55+90+155=300 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.33% from 300); Green value is 90 (35.55% from 255 or 30% from 300); Blue value is 155 (60.94% from 255 or 51.67% from 300); Max value from RGB is 155 - color contains mainly: blue. Hex color #375A9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375A9B is #C8A564. Grayscale: #565656. Windows color (decimal): -13149541 or 10181175. OLE color: 10181175.
HSL color Cylindrical-coordinate representation of color #375A9B: hue angle of 219º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #375A9B is Cyan = 0.65, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 55 | 90 | 155 | - |
| CMYK | 0.65 | 0.42 | 0 | 0.39 |
| HSL | 219º | 0.48% | 0.41% | - |
| HSV(B) | 219º | 0.65% | 0.61% | - |
| XYZ | 11.15 | 10.49 | 32.45 | - |
| YUV | 86.95 | 166.4 | 105.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 90 | 155 | 0.65 | 0.42 | 0 | 0.39 | 219 | 0.48 | 0.41 |
| Hex | 37 | 5A | 9B | 41 | 2A | 0 | 27 | DB | 30 | 29 |
| Octal | 67 | 132 | 233 | 101 | 52 | 0 | 47 | 333 | 60 | 51 |
| Binary | 110111 | 1011010 | 10011011 | 1000001 | 101010 | 0 | 100111 | 11011011 | 110000 | 101001 |
Color Harmonies of #375A9B
Complementary color
Monochromatic Colors of #375A9B
Black with #375A9B
Text Example
Text Example
White with #375A9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375A9B; }
p { color: rgb(55,90,155); }
H1.HeaderClassName
{
color: #375A9B;
}
.AnyTagClassName
{
color: #375A9B;
}
</style>
background-color css
<style>
a { background-color: #375A9B; }
a { background-color: rgb(55,90,155); }
div.DivClassName
{
background-color: #375A9B;
}
.BgClassName
{
background-color: #375A9B;
}
</style>
border-color css
<style>
span { border-color: #375A9B; }
span { border-color: rgb(55,90,155); }
td.TdClassName
{
border-color: #375A9B;
}
.TagClassName
{
border-color: #375A9B;
}
</style>