Shades of Mariner #3852A0
Tints of Mariner #3852A0
RGB
CMYK
RGB Variations
Color information
#3852A0 (or 0x3852A0) is known color: Mariner. HEX triplet: 38, 52 and A0. RGB value is (56,82,160). Sum of RGB (Red+Green+Blue) = 56+82+160=298 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.79% from 298); Green value is 82 (32.42% from 255 or 27.52% from 298); Blue value is 160 (62.89% from 255 or 53.69% from 298); Max value from RGB is 160 - color contains mainly: blue. Hex color #3852A0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3852A0 is #C7AD5F. Grayscale: #525252. Windows color (decimal): -13086048 or 10506808. OLE color: 10506808.
HSL color Cylindrical-coordinate representation of color #3852A0: hue angle of 225º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3852A0 is Cyan = 0.65, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 56 | 82 | 160 | - |
| CMYK | 0.65 | 0.49 | 0 | 0.37 |
| HSL | 225º | 0.48% | 0.42% | - |
| HSV(B) | 225º | 0.65% | 0.63% | - |
| XYZ | 10.99 | 9.41 | 34.5 | - |
| YUV | 83.12 | 171.39 | 108.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 82 | 160 | 0.65 | 0.49 | 0 | 0.37 | 225 | 0.48 | 0.42 |
| Hex | 38 | 52 | A0 | 41 | 31 | 0 | 25 | E1 | 30 | 2A |
| Octal | 70 | 122 | 240 | 101 | 61 | 0 | 45 | 341 | 60 | 52 |
| Binary | 111000 | 1010010 | 10100000 | 1000001 | 110001 | 0 | 100101 | 11100001 | 110000 | 101010 |
Color Harmonies of #3852A0
Complementary color
Monochromatic Colors of #3852A0
Black with #3852A0
Text Example
Text Example
White with #3852A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3852A0; }
p { color: rgb(56,82,160); }
H1.HeaderClassName
{
color: #3852A0;
}
.AnyTagClassName
{
color: #3852A0;
}
</style>
background-color css
<style>
a { background-color: #3852A0; }
a { background-color: rgb(56,82,160); }
div.DivClassName
{
background-color: #3852A0;
}
.BgClassName
{
background-color: #3852A0;
}
</style>
border-color css
<style>
span { border-color: #3852A0; }
span { border-color: rgb(56,82,160); }
td.TdClassName
{
border-color: #3852A0;
}
.TagClassName
{
border-color: #3852A0;
}
</style>