Shades of Mariner #38569E
Tints of Mariner #38569E
RGB
CMYK
RGB Variations
Color information
#38569E (or 0x38569E) is known color: Mariner. HEX triplet: 38, 56 and 9E. RGB value is (56,86,158). Sum of RGB (Red+Green+Blue) = 56+86+158=300 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.67% from 300); Green value is 86 (33.98% from 255 or 28.67% from 300); Blue value is 158 (62.11% from 255 or 52.67% from 300); Max value from RGB is 158 - color contains mainly: blue. Hex color #38569E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #38569E is #C7A961. Grayscale: #545454. Windows color (decimal): -13085026 or 10376760. OLE color: 10376760.
HSL color Cylindrical-coordinate representation of color #38569E: hue angle of 222.35º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #38569E is Cyan = 0.65, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 56 | 86 | 158 | - |
| CMYK | 0.65 | 0.46 | 0 | 0.38 |
| HSL | 222.35º | 0.48% | 0.42% | - |
| HSV(B) | 222.35º | 0.65% | 0.62% | - |
| XYZ | 11.13 | 9.96 | 33.68 | - |
| YUV | 85.24 | 169.06 | 107.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 86 | 158 | 0.65 | 0.46 | 0 | 0.38 | 222.35 | 0.48 | 0.42 |
| Hex | 38 | 56 | 9E | 41 | 2E | 0 | 26 | DE | 30 | 2A |
| Octal | 70 | 126 | 236 | 101 | 56 | 0 | 46 | 336 | 60 | 52 |
| Binary | 111000 | 1010110 | 10011110 | 1000001 | 101110 | 0 | 100110 | 11011110 | 110000 | 101010 |
Color Harmonies of #38569E
Complementary color
Monochromatic Colors of #38569E
Black with #38569E
Text Example
Text Example
White with #38569E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38569E; }
p { color: rgb(56,86,158); }
H1.HeaderClassName
{
color: #38569E;
}
.AnyTagClassName
{
color: #38569E;
}
</style>
background-color css
<style>
a { background-color: #38569E; }
a { background-color: rgb(56,86,158); }
div.DivClassName
{
background-color: #38569E;
}
.BgClassName
{
background-color: #38569E;
}
</style>
border-color css
<style>
span { border-color: #38569E; }
span { border-color: rgb(56,86,158); }
td.TdClassName
{
border-color: #38569E;
}
.TagClassName
{
border-color: #38569E;
}
</style>