Shades of Mariner #3652A1
Tints of Mariner #3652A1
RGB
CMYK
RGB Variations
Color information
#3652A1 (or 0x3652A1) is known color: Mariner. HEX triplet: 36, 52 and A1. RGB value is (54,82,161). Sum of RGB (Red+Green+Blue) = 54+82+161=297 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.18% from 297); Green value is 82 (32.42% from 255 or 27.61% from 297); Blue value is 161 (63.28% from 255 or 54.21% from 297); Max value from RGB is 161 - color contains mainly: blue. Hex color #3652A1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3652A1 is #C9AD5E. Grayscale: #525252. Windows color (decimal): -13217119 or 10572342. OLE color: 10572342.
HSL color Cylindrical-coordinate representation of color #3652A1: hue angle of 224.3º degrees, saturation: 0.5, 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 #3652A1 is Cyan = 0.66, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 54 | 82 | 161 | - |
| CMYK | 0.66 | 0.49 | 0 | 0.37 |
| HSL | 224.3º | 0.5% | 0.42% | - |
| HSV(B) | 224.3º | 0.66% | 0.63% | - |
| XYZ | 10.97 | 9.39 | 34.95 | - |
| YUV | 82.63 | 172.22 | 107.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 82 | 161 | 0.66 | 0.49 | 0 | 0.37 | 224.3 | 0.5 | 0.42 |
| Hex | 36 | 52 | A1 | 42 | 31 | 0 | 25 | E0 | 32 | 2A |
| Octal | 66 | 122 | 241 | 102 | 61 | 0 | 45 | 340 | 62 | 52 |
| Binary | 110110 | 1010010 | 10100001 | 1000010 | 110001 | 0 | 100101 | 11100000 | 110010 | 101010 |
Color Harmonies of #3652A1
Complementary color
Monochromatic Colors of #3652A1
Black with #3652A1
Text Example
Text Example
White with #3652A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3652A1; }
p { color: rgb(54,82,161); }
H1.HeaderClassName
{
color: #3652A1;
}
.AnyTagClassName
{
color: #3652A1;
}
</style>
background-color css
<style>
a { background-color: #3652A1; }
a { background-color: rgb(54,82,161); }
div.DivClassName
{
background-color: #3652A1;
}
.BgClassName
{
background-color: #3652A1;
}
</style>
border-color css
<style>
span { border-color: #3652A1; }
span { border-color: rgb(54,82,161); }
td.TdClassName
{
border-color: #3652A1;
}
.TagClassName
{
border-color: #3652A1;
}
</style>