Shades of Mariner #374DA4
Tints of Mariner #374DA4
RGB
CMYK
RGB Variations
Color information
#374DA4 (or 0x374DA4) is known color: Mariner. HEX triplet: 37, 4D and A4. RGB value is (55,77,164). Sum of RGB (Red+Green+Blue) = 55+77+164=296 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.58% from 296); Green value is 77 (30.47% from 255 or 26.01% from 296); Blue value is 164 (64.45% from 255 or 55.41% from 296); Max value from RGB is 164 - color contains mainly: blue. Hex color #374DA4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #374DA4 is #C8B25B. Grayscale: #4F4F4F. Windows color (decimal): -13152860 or 10767671. OLE color: 10767671.
HSL color Cylindrical-coordinate representation of color #374DA4: hue angle of 227.89º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #374DA4 is Cyan = 0.66, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 55 | 77 | 164 | - |
| CMYK | 0.66 | 0.53 | 0 | 0.36 |
| HSL | 227.89º | 0.5% | 0.43% | - |
| HSV(B) | 227.89º | 0.66% | 0.64% | - |
| XYZ | 10.93 | 8.8 | 36.24 | - |
| YUV | 80.34 | 175.21 | 109.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 77 | 164 | 0.66 | 0.53 | 0 | 0.36 | 227.89 | 0.5 | 0.43 |
| Hex | 37 | 4D | A4 | 42 | 35 | 0 | 24 | E4 | 32 | 2B |
| Octal | 67 | 115 | 244 | 102 | 65 | 0 | 44 | 344 | 62 | 53 |
| Binary | 110111 | 1001101 | 10100100 | 1000010 | 110101 | 0 | 100100 | 11100100 | 110010 | 101011 |
Color Harmonies of #374DA4
Complementary color
Monochromatic Colors of #374DA4
Black with #374DA4
Text Example
Text Example
White with #374DA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374DA4; }
p { color: rgb(55,77,164); }
H1.HeaderClassName
{
color: #374DA4;
}
.AnyTagClassName
{
color: #374DA4;
}
</style>
background-color css
<style>
a { background-color: #374DA4; }
a { background-color: rgb(55,77,164); }
div.DivClassName
{
background-color: #374DA4;
}
.BgClassName
{
background-color: #374DA4;
}
</style>
border-color css
<style>
span { border-color: #374DA4; }
span { border-color: rgb(55,77,164); }
td.TdClassName
{
border-color: #374DA4;
}
.TagClassName
{
border-color: #374DA4;
}
</style>