Shades of Mariner #3762A1
Tints of Mariner #3762A1
RGB
CMYK
RGB Variations
Color information
#3762A1 (or 0x3762A1) is known color: Mariner. HEX triplet: 37, 62 and A1. RGB value is (55,98,161). Sum of RGB (Red+Green+Blue) = 55+98+161=314 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.52% from 314); Green value is 98 (38.67% from 255 or 31.21% from 314); Blue value is 161 (63.28% from 255 or 51.27% from 314); Max value from RGB is 161 - color contains mainly: blue. Hex color #3762A1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3762A1 is #C89D5E. Grayscale: #5C5C5C. Windows color (decimal): -13147487 or 10576439. OLE color: 10576439.
HSL color Cylindrical-coordinate representation of color #3762A1: hue angle of 215.66º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3762A1 is Cyan = 0.66, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 55 | 98 | 161 | - |
| CMYK | 0.66 | 0.39 | 0 | 0.37 |
| HSL | 215.66º | 0.49% | 0.42% | - |
| HSV(B) | 215.66º | 0.66% | 0.63% | - |
| XYZ | 12.38 | 12.12 | 35.41 | - |
| YUV | 92.33 | 166.75 | 101.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 98 | 161 | 0.66 | 0.39 | 0 | 0.37 | 215.66 | 0.49 | 0.42 |
| Hex | 37 | 62 | A1 | 42 | 27 | 0 | 25 | D8 | 31 | 2A |
| Octal | 67 | 142 | 241 | 102 | 47 | 0 | 45 | 330 | 61 | 52 |
| Binary | 110111 | 1100010 | 10100001 | 1000010 | 100111 | 0 | 100101 | 11011000 | 110001 | 101010 |
Color Harmonies of #3762A1
Complementary color
Monochromatic Colors of #3762A1
Black with #3762A1
Text Example
Text Example
White with #3762A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3762A1; }
p { color: rgb(55,98,161); }
H1.HeaderClassName
{
color: #3762A1;
}
.AnyTagClassName
{
color: #3762A1;
}
</style>
background-color css
<style>
a { background-color: #3762A1; }
a { background-color: rgb(55,98,161); }
div.DivClassName
{
background-color: #3762A1;
}
.BgClassName
{
background-color: #3762A1;
}
</style>
border-color css
<style>
span { border-color: #3762A1; }
span { border-color: rgb(55,98,161); }
td.TdClassName
{
border-color: #3762A1;
}
.TagClassName
{
border-color: #3762A1;
}
</style>