Shades of Mariner #3758AC
Tints of Mariner #3758AC
RGB
CMYK
RGB Variations
Color information
#3758AC (or 0x3758AC) is known color: Mariner. HEX triplet: 37, 58 and AC. RGB value is (55,88,172). Sum of RGB (Red+Green+Blue) = 55+88+172=315 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.46% from 315); Green value is 88 (34.77% from 255 or 27.94% from 315); Blue value is 172 (67.58% from 255 or 54.60% from 315); Max value from RGB is 172 - color contains mainly: blue. Hex color #3758AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3758AC is #C8A753. Grayscale: #575757. Windows color (decimal): -13150036 or 11294775. OLE color: 11294775.
HSL color Cylindrical-coordinate representation of color #3758AC: hue angle of 223.08º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3758AC is Cyan = 0.68, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 55 | 88 | 172 | - |
| CMYK | 0.68 | 0.49 | 0 | 0.33 |
| HSL | 223.08º | 0.52% | 0.45% | - |
| HSV(B) | 223.08º | 0.68% | 0.67% | - |
| XYZ | 12.51 | 10.77 | 40.45 | - |
| YUV | 87.71 | 175.57 | 104.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 88 | 172 | 0.68 | 0.49 | 0 | 0.33 | 223.08 | 0.52 | 0.45 |
| Hex | 37 | 58 | AC | 44 | 31 | 0 | 21 | DF | 34 | 2D |
| Octal | 67 | 130 | 254 | 104 | 61 | 0 | 41 | 337 | 64 | 55 |
| Binary | 110111 | 1011000 | 10101100 | 1000100 | 110001 | 0 | 100001 | 11011111 | 110100 | 101101 |
Color Harmonies of #3758AC
Complementary color
Monochromatic Colors of #3758AC
Black with #3758AC
Text Example
Text Example
White with #3758AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3758AC; }
p { color: rgb(55,88,172); }
H1.HeaderClassName
{
color: #3758AC;
}
.AnyTagClassName
{
color: #3758AC;
}
</style>
background-color css
<style>
a { background-color: #3758AC; }
a { background-color: rgb(55,88,172); }
div.DivClassName
{
background-color: #3758AC;
}
.BgClassName
{
background-color: #3758AC;
}
</style>
border-color css
<style>
span { border-color: #3758AC; }
span { border-color: rgb(55,88,172); }
td.TdClassName
{
border-color: #3758AC;
}
.TagClassName
{
border-color: #3758AC;
}
</style>