Shades of Mariner #375AAB
Tints of Mariner #375AAB
RGB
CMYK
RGB Variations
Color information
#375AAB (or 0x375AAB) is known color: Mariner. HEX triplet: 37, 5A and AB. RGB value is (55,90,171). Sum of RGB (Red+Green+Blue) = 55+90+171=316 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.41% from 316); Green value is 90 (35.55% from 255 or 28.48% from 316); Blue value is 171 (67.19% from 255 or 54.11% from 316); Max value from RGB is 171 - color contains mainly: blue. Hex color #375AAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375AAB is #C8A554. Grayscale: #585858. Windows color (decimal): -13149525 or 11229751. OLE color: 11229751.
HSL color Cylindrical-coordinate representation of color #375AAB: hue angle of 221.9º 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 #375AAB is Cyan = 0.68, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 55 | 90 | 171 | - |
| CMYK | 0.68 | 0.47 | 0 | 0.33 |
| HSL | 221.9º | 0.51% | 0.44% | - |
| HSV(B) | 221.9º | 0.68% | 0.67% | - |
| XYZ | 12.58 | 11.06 | 40 | - |
| YUV | 88.77 | 174.4 | 103.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 90 | 171 | 0.68 | 0.47 | 0 | 0.33 | 221.9 | 0.51 | 0.44 |
| Hex | 37 | 5A | AB | 44 | 2F | 0 | 21 | DE | 33 | 2C |
| Octal | 67 | 132 | 253 | 104 | 57 | 0 | 41 | 336 | 63 | 54 |
| Binary | 110111 | 1011010 | 10101011 | 1000100 | 101111 | 0 | 100001 | 11011110 | 110011 | 101100 |
Color Harmonies of #375AAB
Complementary color
Monochromatic Colors of #375AAB
Black with #375AAB
Text Example
Text Example
White with #375AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375AAB; }
p { color: rgb(55,90,171); }
H1.HeaderClassName
{
color: #375AAB;
}
.AnyTagClassName
{
color: #375AAB;
}
</style>
background-color css
<style>
a { background-color: #375AAB; }
a { background-color: rgb(55,90,171); }
div.DivClassName
{
background-color: #375AAB;
}
.BgClassName
{
background-color: #375AAB;
}
</style>
border-color css
<style>
span { border-color: #375AAB; }
span { border-color: rgb(55,90,171); }
td.TdClassName
{
border-color: #375AAB;
}
.TagClassName
{
border-color: #375AAB;
}
</style>