Shades of Mariner #3869AD
Tints of Mariner #3869AD
RGB
CMYK
RGB Variations
Color information
#3869AD (or 0x3869AD) is known color: Mariner. HEX triplet: 38, 69 and AD. RGB value is (56,105,173). Sum of RGB (Red+Green+Blue) = 56+105+173=334 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.77% from 334); Green value is 105 (41.41% from 255 or 31.44% from 334); Blue value is 173 (67.97% from 255 or 51.80% from 334); Max value from RGB is 173 - color contains mainly: blue. Hex color #3869AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3869AD is #C79652. Grayscale: #616161. Windows color (decimal): -13080147 or 11364664. OLE color: 11364664.
HSL color Cylindrical-coordinate representation of color #3869AD: hue angle of 214.87º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3869AD is Cyan = 0.68, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 56 | 105 | 173 | - |
| CMYK | 0.68 | 0.39 | 0 | 0.32 |
| HSL | 214.87º | 0.51% | 0.45% | - |
| HSV(B) | 214.87º | 0.68% | 0.68% | - |
| XYZ | 14.23 | 13.96 | 41.48 | - |
| YUV | 98.1 | 170.27 | 97.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 105 | 173 | 0.68 | 0.39 | 0 | 0.32 | 214.87 | 0.51 | 0.45 |
| Hex | 38 | 69 | AD | 44 | 27 | 0 | 20 | D7 | 33 | 2D |
| Octal | 70 | 151 | 255 | 104 | 47 | 0 | 40 | 327 | 63 | 55 |
| Binary | 111000 | 1101001 | 10101101 | 1000100 | 100111 | 0 | 100000 | 11010111 | 110011 | 101101 |
Color Harmonies of #3869AD
Complementary color
Monochromatic Colors of #3869AD
Black with #3869AD
Text Example
Text Example
White with #3869AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3869AD; }
p { color: rgb(56,105,173); }
H1.HeaderClassName
{
color: #3869AD;
}
.AnyTagClassName
{
color: #3869AD;
}
</style>
background-color css
<style>
a { background-color: #3869AD; }
a { background-color: rgb(56,105,173); }
div.DivClassName
{
background-color: #3869AD;
}
.BgClassName
{
background-color: #3869AD;
}
</style>
border-color css
<style>
span { border-color: #3869AD; }
span { border-color: rgb(56,105,173); }
td.TdClassName
{
border-color: #3869AD;
}
.TagClassName
{
border-color: #3869AD;
}
</style>