Shades of Mariner #3761AF
Tints of Mariner #3761AF
RGB
CMYK
RGB Variations
Color information
#3761AF (or 0x3761AF) is known color: Mariner. HEX triplet: 37, 61 and AF. RGB value is (55,97,175). Sum of RGB (Red+Green+Blue) = 55+97+175=327 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.82% from 327); Green value is 97 (38.28% from 255 or 29.66% from 327); Blue value is 175 (68.75% from 255 or 53.52% from 327); Max value from RGB is 175 - color contains mainly: blue. Hex color #3761AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3761AF is #C89E50. Grayscale: #5C5C5C. Windows color (decimal): -13147729 or 11493687. OLE color: 11493687.
HSL color Cylindrical-coordinate representation of color #3761AF: hue angle of 219º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3761AF is Cyan = 0.69, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 55 | 97 | 175 | - |
| CMYK | 0.69 | 0.45 | 0 | 0.31 |
| HSL | 219º | 0.52% | 0.45% | - |
| HSV(B) | 219º | 0.69% | 0.69% | - |
| XYZ | 13.59 | 12.46 | 42.25 | - |
| YUV | 93.33 | 174.09 | 100.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 97 | 175 | 0.69 | 0.45 | 0 | 0.31 | 219 | 0.52 | 0.45 |
| Hex | 37 | 61 | AF | 45 | 2D | 0 | 1F | DB | 34 | 2D |
| Octal | 67 | 141 | 257 | 105 | 55 | 0 | 37 | 333 | 64 | 55 |
| Binary | 110111 | 1100001 | 10101111 | 1000101 | 101101 | 0 | 11111 | 11011011 | 110100 | 101101 |
Color Harmonies of #3761AF
Complementary color
Monochromatic Colors of #3761AF
Black with #3761AF
Text Example
Text Example
White with #3761AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3761AF; }
p { color: rgb(55,97,175); }
H1.HeaderClassName
{
color: #3761AF;
}
.AnyTagClassName
{
color: #3761AF;
}
</style>
background-color css
<style>
a { background-color: #3761AF; }
a { background-color: rgb(55,97,175); }
div.DivClassName
{
background-color: #3761AF;
}
.BgClassName
{
background-color: #3761AF;
}
</style>
border-color css
<style>
span { border-color: #3761AF; }
span { border-color: rgb(55,97,175); }
td.TdClassName
{
border-color: #3761AF;
}
.TagClassName
{
border-color: #3761AF;
}
</style>