Shades of Mariner #3858AB
Tints of Mariner #3858AB
RGB
CMYK
RGB Variations
Color information
#3858AB (or 0x3858AB) is known color: Mariner. HEX triplet: 38, 58 and AB. RGB value is (56,88,171). Sum of RGB (Red+Green+Blue) = 56+88+171=315 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.78% from 315); Green value is 88 (34.77% from 255 or 27.94% from 315); Blue value is 171 (67.19% from 255 or 54.29% from 315); Max value from RGB is 171 - color contains mainly: blue. Hex color #3858AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3858AB is #C7A754. Grayscale: #575757. Windows color (decimal): -13084501 or 11229240. OLE color: 11229240.
HSL color Cylindrical-coordinate representation of color #3858AB: hue angle of 223.3º 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 #3858AB is Cyan = 0.67, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 56 | 88 | 171 | - |
| CMYK | 0.67 | 0.49 | 0 | 0.33 |
| HSL | 223.3º | 0.51% | 0.45% | - |
| HSV(B) | 223.3º | 0.67% | 0.67% | - |
| XYZ | 12.47 | 10.76 | 39.95 | - |
| YUV | 87.89 | 174.9 | 105.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 88 | 171 | 0.67 | 0.49 | 0 | 0.33 | 223.3 | 0.51 | 0.45 |
| Hex | 38 | 58 | AB | 43 | 31 | 0 | 21 | DF | 33 | 2D |
| Octal | 70 | 130 | 253 | 103 | 61 | 0 | 41 | 337 | 63 | 55 |
| Binary | 111000 | 1011000 | 10101011 | 1000011 | 110001 | 0 | 100001 | 11011111 | 110011 | 101101 |
Color Harmonies of #3858AB
Complementary color
Monochromatic Colors of #3858AB
Black with #3858AB
Text Example
Text Example
White with #3858AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3858AB; }
p { color: rgb(56,88,171); }
H1.HeaderClassName
{
color: #3858AB;
}
.AnyTagClassName
{
color: #3858AB;
}
</style>
background-color css
<style>
a { background-color: #3858AB; }
a { background-color: rgb(56,88,171); }
div.DivClassName
{
background-color: #3858AB;
}
.BgClassName
{
background-color: #3858AB;
}
</style>
border-color css
<style>
span { border-color: #3858AB; }
span { border-color: rgb(56,88,171); }
td.TdClassName
{
border-color: #3858AB;
}
.TagClassName
{
border-color: #3858AB;
}
</style>