Shades of Mariner #375CAA
Tints of Mariner #375CAA
RGB
CMYK
RGB Variations
Color information
#375CAA (or 0x375CAA) is known color: Mariner. HEX triplet: 37, 5C and AA. RGB value is (55,92,170). Sum of RGB (Red+Green+Blue) = 55+92+170=317 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.35% from 317); Green value is 92 (36.33% from 255 or 29.02% from 317); Blue value is 170 (66.80% from 255 or 53.63% from 317); Max value from RGB is 170 - color contains mainly: blue. Hex color #375CAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375CAA is #C8A355. Grayscale: #595959. Windows color (decimal): -13149014 or 11164727. OLE color: 11164727.
HSL color Cylindrical-coordinate representation of color #375CAA: hue angle of 220.7º 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 #375CAA is Cyan = 0.68, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 55 | 92 | 170 | - |
| CMYK | 0.68 | 0.46 | 0 | 0.33 |
| HSL | 220.7º | 0.51% | 0.44% | - |
| HSV(B) | 220.7º | 0.68% | 0.67% | - |
| XYZ | 12.66 | 11.37 | 39.56 | - |
| YUV | 89.83 | 173.24 | 103.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 92 | 170 | 0.68 | 0.46 | 0 | 0.33 | 220.7 | 0.51 | 0.44 |
| Hex | 37 | 5C | AA | 44 | 2E | 0 | 21 | DD | 33 | 2C |
| Octal | 67 | 134 | 252 | 104 | 56 | 0 | 41 | 335 | 63 | 54 |
| Binary | 110111 | 1011100 | 10101010 | 1000100 | 101110 | 0 | 100001 | 11011101 | 110011 | 101100 |
Color Harmonies of #375CAA
Complementary color
Monochromatic Colors of #375CAA
Black with #375CAA
Text Example
Text Example
White with #375CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375CAA; }
p { color: rgb(55,92,170); }
H1.HeaderClassName
{
color: #375CAA;
}
.AnyTagClassName
{
color: #375CAA;
}
</style>
background-color css
<style>
a { background-color: #375CAA; }
a { background-color: rgb(55,92,170); }
div.DivClassName
{
background-color: #375CAA;
}
.BgClassName
{
background-color: #375CAA;
}
</style>
border-color css
<style>
span { border-color: #375CAA; }
span { border-color: rgb(55,92,170); }
td.TdClassName
{
border-color: #375CAA;
}
.TagClassName
{
border-color: #375CAA;
}
</style>