Shades of Mariner #3853AA
Tints of Mariner #3853AA
RGB
CMYK
RGB Variations
Color information
#3853AA (or 0x3853AA) is known color: Mariner. HEX triplet: 38, 53 and AA. RGB value is (56,83,170). Sum of RGB (Red+Green+Blue) = 56+83+170=309 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.12% from 309); Green value is 83 (32.81% from 255 or 26.86% from 309); Blue value is 170 (66.80% from 255 or 55.02% from 309); Max value from RGB is 170 - color contains mainly: blue. Hex color #3853AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3853AA is #C7AC55. Grayscale: #545454. Windows color (decimal): -13085782 or 11162424. OLE color: 11162424.
HSL color Cylindrical-coordinate representation of color #3853AA: hue angle of 225.79º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3853AA is Cyan = 0.67, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 56 | 83 | 170 | - |
| CMYK | 0.67 | 0.51 | 0 | 0.33 |
| HSL | 225.79º | 0.5% | 0.44% | - |
| HSV(B) | 225.79º | 0.67% | 0.67% | - |
| XYZ | 11.98 | 9.93 | 39.32 | - |
| YUV | 84.85 | 176.05 | 107.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 83 | 170 | 0.67 | 0.51 | 0 | 0.33 | 225.79 | 0.5 | 0.44 |
| Hex | 38 | 53 | AA | 43 | 33 | 0 | 21 | E2 | 32 | 2C |
| Octal | 70 | 123 | 252 | 103 | 63 | 0 | 41 | 342 | 62 | 54 |
| Binary | 111000 | 1010011 | 10101010 | 1000011 | 110011 | 0 | 100001 | 11100010 | 110010 | 101100 |
Color Harmonies of #3853AA
Complementary color
Monochromatic Colors of #3853AA
Black with #3853AA
Text Example
Text Example
White with #3853AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3853AA; }
p { color: rgb(56,83,170); }
H1.HeaderClassName
{
color: #3853AA;
}
.AnyTagClassName
{
color: #3853AA;
}
</style>
background-color css
<style>
a { background-color: #3853AA; }
a { background-color: rgb(56,83,170); }
div.DivClassName
{
background-color: #3853AA;
}
.BgClassName
{
background-color: #3853AA;
}
</style>
border-color css
<style>
span { border-color: #3853AA; }
span { border-color: rgb(56,83,170); }
td.TdClassName
{
border-color: #3853AA;
}
.TagClassName
{
border-color: #3853AA;
}
</style>