Shades of Mariner #3765AB
Tints of Mariner #3765AB
RGB
CMYK
RGB Variations
Color information
#3765AB (or 0x3765AB) is known color: Mariner. HEX triplet: 37, 65 and AB. RGB value is (55,101,171). Sum of RGB (Red+Green+Blue) = 55+101+171=327 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.82% from 327); Green value is 101 (39.84% from 255 or 30.89% from 327); Blue value is 171 (67.19% from 255 or 52.29% from 327); Max value from RGB is 171 - color contains mainly: blue. Hex color #3765AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3765AB is #C89A54. Grayscale: #5E5E5E. Windows color (decimal): -13146709 or 11232567. OLE color: 11232567.
HSL color Cylindrical-coordinate representation of color #3765AB: hue angle of 216.21º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3765AB is Cyan = 0.68, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 55 | 101 | 171 | - |
| CMYK | 0.68 | 0.41 | 0 | 0.33 |
| HSL | 216.21º | 0.51% | 0.44% | - |
| HSV(B) | 216.21º | 0.68% | 0.67% | - |
| XYZ | 13.58 | 13.06 | 40.33 | - |
| YUV | 95.23 | 170.76 | 99.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 101 | 171 | 0.68 | 0.41 | 0 | 0.33 | 216.21 | 0.51 | 0.44 |
| Hex | 37 | 65 | AB | 44 | 29 | 0 | 21 | D8 | 33 | 2C |
| Octal | 67 | 145 | 253 | 104 | 51 | 0 | 41 | 330 | 63 | 54 |
| Binary | 110111 | 1100101 | 10101011 | 1000100 | 101001 | 0 | 100001 | 11011000 | 110011 | 101100 |
Color Harmonies of #3765AB
Complementary color
Monochromatic Colors of #3765AB
Black with #3765AB
Text Example
Text Example
White with #3765AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3765AB; }
p { color: rgb(55,101,171); }
H1.HeaderClassName
{
color: #3765AB;
}
.AnyTagClassName
{
color: #3765AB;
}
</style>
background-color css
<style>
a { background-color: #3765AB; }
a { background-color: rgb(55,101,171); }
div.DivClassName
{
background-color: #3765AB;
}
.BgClassName
{
background-color: #3765AB;
}
</style>
border-color css
<style>
span { border-color: #3765AB; }
span { border-color: rgb(55,101,171); }
td.TdClassName
{
border-color: #3765AB;
}
.TagClassName
{
border-color: #3765AB;
}
</style>