Shades of Mariner #3858AC
Tints of Mariner #3858AC
RGB
CMYK
RGB Variations
Color information
#3858AC (or 0x3858AC) is known color: Mariner. HEX triplet: 38, 58 and AC. RGB value is (56,88,172). Sum of RGB (Red+Green+Blue) = 56+88+172=316 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.72% from 316); Green value is 88 (34.77% from 255 or 27.85% from 316); Blue value is 172 (67.58% from 255 or 54.43% from 316); Max value from RGB is 172 - color contains mainly: blue. Hex color #3858AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3858AC is #C7A753. Grayscale: #575757. Windows color (decimal): -13084500 or 11294776. OLE color: 11294776.
HSL color Cylindrical-coordinate representation of color #3858AC: hue angle of 223.45º 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 #3858AC is Cyan = 0.67, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 56 | 88 | 172 | - |
| CMYK | 0.67 | 0.49 | 0 | 0.33 |
| HSL | 223.45º | 0.51% | 0.45% | - |
| HSV(B) | 223.45º | 0.67% | 0.67% | - |
| XYZ | 12.57 | 10.8 | 40.45 | - |
| YUV | 88.01 | 175.4 | 105.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 88 | 172 | 0.67 | 0.49 | 0 | 0.33 | 223.45 | 0.51 | 0.45 |
| Hex | 38 | 58 | AC | 43 | 31 | 0 | 21 | DF | 33 | 2D |
| Octal | 70 | 130 | 254 | 103 | 61 | 0 | 41 | 337 | 63 | 55 |
| Binary | 111000 | 1011000 | 10101100 | 1000011 | 110001 | 0 | 100001 | 11011111 | 110011 | 101101 |
Color Harmonies of #3858AC
Complementary color
Monochromatic Colors of #3858AC
Black with #3858AC
Text Example
Text Example
White with #3858AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3858AC; }
p { color: rgb(56,88,172); }
H1.HeaderClassName
{
color: #3858AC;
}
.AnyTagClassName
{
color: #3858AC;
}
</style>
background-color css
<style>
a { background-color: #3858AC; }
a { background-color: rgb(56,88,172); }
div.DivClassName
{
background-color: #3858AC;
}
.BgClassName
{
background-color: #3858AC;
}
</style>
border-color css
<style>
span { border-color: #3858AC; }
span { border-color: rgb(56,88,172); }
td.TdClassName
{
border-color: #3858AC;
}
.TagClassName
{
border-color: #3858AC;
}
</style>