Shades of Mariner #375AAA
Tints of Mariner #375AAA
RGB
CMYK
RGB Variations
Color information
#375AAA (or 0x375AAA) is known color: Mariner. HEX triplet: 37, 5A and AA. RGB value is (55,90,170). Sum of RGB (Red+Green+Blue) = 55+90+170=315 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.46% from 315); Green value is 90 (35.55% from 255 or 28.57% from 315); Blue value is 170 (66.80% from 255 or 53.97% from 315); Max value from RGB is 170 - color contains mainly: blue. Hex color #375AAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375AAA is #C8A555. Grayscale: #585858. Windows color (decimal): -13149526 or 11164215. OLE color: 11164215.
HSL color Cylindrical-coordinate representation of color #375AAA: hue angle of 221.74º 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 #375AAA is Cyan = 0.68, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 55 | 90 | 170 | - |
| CMYK | 0.68 | 0.47 | 0 | 0.33 |
| HSL | 221.74º | 0.51% | 0.44% | - |
| HSV(B) | 221.74º | 0.68% | 0.67% | - |
| XYZ | 12.49 | 11.03 | 39.5 | - |
| YUV | 88.66 | 173.9 | 104 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 90 | 170 | 0.68 | 0.47 | 0 | 0.33 | 221.74 | 0.51 | 0.44 |
| Hex | 37 | 5A | AA | 44 | 2F | 0 | 21 | DE | 33 | 2C |
| Octal | 67 | 132 | 252 | 104 | 57 | 0 | 41 | 336 | 63 | 54 |
| Binary | 110111 | 1011010 | 10101010 | 1000100 | 101111 | 0 | 100001 | 11011110 | 110011 | 101100 |
Color Harmonies of #375AAA
Complementary color
Monochromatic Colors of #375AAA
Black with #375AAA
Text Example
Text Example
White with #375AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375AAA; }
p { color: rgb(55,90,170); }
H1.HeaderClassName
{
color: #375AAA;
}
.AnyTagClassName
{
color: #375AAA;
}
</style>
background-color css
<style>
a { background-color: #375AAA; }
a { background-color: rgb(55,90,170); }
div.DivClassName
{
background-color: #375AAA;
}
.BgClassName
{
background-color: #375AAA;
}
</style>
border-color css
<style>
span { border-color: #375AAA; }
span { border-color: rgb(55,90,170); }
td.TdClassName
{
border-color: #375AAA;
}
.TagClassName
{
border-color: #375AAA;
}
</style>