Shades of Mariner #3855AB
Tints of Mariner #3855AB
RGB
CMYK
RGB Variations
Color information
#3855AB (or 0x3855AB) is known color: Mariner. HEX triplet: 38, 55 and AB. RGB value is (56,85,171). Sum of RGB (Red+Green+Blue) = 56+85+171=312 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.95% from 312); Green value is 85 (33.59% from 255 or 27.24% from 312); Blue value is 171 (67.19% from 255 or 54.81% from 312); Max value from RGB is 171 - color contains mainly: blue. Hex color #3855AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3855AB is #C7AA54. Grayscale: #555555. Windows color (decimal): -13085269 or 11228472. OLE color: 11228472.
HSL color Cylindrical-coordinate representation of color #3855AB: hue angle of 224.87º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3855AB is Cyan = 0.67, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 56 | 85 | 171 | - |
| CMYK | 0.67 | 0.50 | 0 | 0.33 |
| HSL | 224.87º | 0.51% | 0.45% | - |
| HSV(B) | 224.87º | 0.67% | 0.67% | - |
| XYZ | 12.23 | 10.28 | 39.87 | - |
| YUV | 86.13 | 175.89 | 106.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 85 | 171 | 0.67 | 0.50 | 0 | 0.33 | 224.87 | 0.51 | 0.45 |
| Hex | 38 | 55 | AB | 43 | 32 | 0 | 21 | E1 | 33 | 2D |
| Octal | 70 | 125 | 253 | 103 | 62 | 0 | 41 | 341 | 63 | 55 |
| Binary | 111000 | 1010101 | 10101011 | 1000011 | 110010 | 0 | 100001 | 11100001 | 110011 | 101101 |
Color Harmonies of #3855AB
Complementary color
Monochromatic Colors of #3855AB
Black with #3855AB
Text Example
Text Example
White with #3855AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3855AB; }
p { color: rgb(56,85,171); }
H1.HeaderClassName
{
color: #3855AB;
}
.AnyTagClassName
{
color: #3855AB;
}
</style>
background-color css
<style>
a { background-color: #3855AB; }
a { background-color: rgb(56,85,171); }
div.DivClassName
{
background-color: #3855AB;
}
.BgClassName
{
background-color: #3855AB;
}
</style>
border-color css
<style>
span { border-color: #3855AB; }
span { border-color: rgb(56,85,171); }
td.TdClassName
{
border-color: #3855AB;
}
.TagClassName
{
border-color: #3855AB;
}
</style>