Shades of Mariner #375AAD
Tints of Mariner #375AAD
RGB
CMYK
RGB Variations
Color information
#375AAD (or 0x375AAD) is known color: Mariner. HEX triplet: 37, 5A and AD. RGB value is (55,90,173). Sum of RGB (Red+Green+Blue) = 55+90+173=318 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.30% from 318); Green value is 90 (35.55% from 255 or 28.30% from 318); Blue value is 173 (67.97% from 255 or 54.40% from 318); Max value from RGB is 173 - color contains mainly: blue. Hex color #375AAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375AAD is #C8A552. Grayscale: #585858. Windows color (decimal): -13149523 or 11360823. OLE color: 11360823.
HSL color Cylindrical-coordinate representation of color #375AAD: hue angle of 222.2º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #375AAD is Cyan = 0.68, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 55 | 90 | 173 | - |
| CMYK | 0.68 | 0.48 | 0 | 0.32 |
| HSL | 222.2º | 0.52% | 0.45% | - |
| HSV(B) | 222.2º | 0.68% | 0.68% | - |
| XYZ | 12.77 | 11.14 | 41.01 | - |
| YUV | 89 | 175.4 | 103.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 90 | 173 | 0.68 | 0.48 | 0 | 0.32 | 222.2 | 0.52 | 0.45 |
| Hex | 37 | 5A | AD | 44 | 30 | 0 | 20 | DE | 34 | 2D |
| Octal | 67 | 132 | 255 | 104 | 60 | 0 | 40 | 336 | 64 | 55 |
| Binary | 110111 | 1011010 | 10101101 | 1000100 | 110000 | 0 | 100000 | 11011110 | 110100 | 101101 |
Color Harmonies of #375AAD
Complementary color
Monochromatic Colors of #375AAD
Black with #375AAD
Text Example
Text Example
White with #375AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375AAD; }
p { color: rgb(55,90,173); }
H1.HeaderClassName
{
color: #375AAD;
}
.AnyTagClassName
{
color: #375AAD;
}
</style>
background-color css
<style>
a { background-color: #375AAD; }
a { background-color: rgb(55,90,173); }
div.DivClassName
{
background-color: #375AAD;
}
.BgClassName
{
background-color: #375AAD;
}
</style>
border-color css
<style>
span { border-color: #375AAD; }
span { border-color: rgb(55,90,173); }
td.TdClassName
{
border-color: #375AAD;
}
.TagClassName
{
border-color: #375AAD;
}
</style>