Shades of Mariner #38569C
Tints of Mariner #38569C
RGB
CMYK
RGB Variations
Color information
#38569C (or 0x38569C) is known color: Mariner. HEX triplet: 38, 56 and 9C. RGB value is (56,86,156). Sum of RGB (Red+Green+Blue) = 56+86+156=298 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.79% from 298); Green value is 86 (33.98% from 255 or 28.86% from 298); Blue value is 156 (61.33% from 255 or 52.35% from 298); Max value from RGB is 156 - color contains mainly: blue. Hex color #38569C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #38569C is #C7A963. Grayscale: #545454. Windows color (decimal): -13085028 or 10245688. OLE color: 10245688.
HSL color Cylindrical-coordinate representation of color #38569C: hue angle of 222º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #38569C is Cyan = 0.64, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 56 | 86 | 156 | - |
| CMYK | 0.64 | 0.45 | 0 | 0.39 |
| HSL | 222º | 0.47% | 0.42% | - |
| HSV(B) | 222º | 0.64% | 0.61% | - |
| XYZ | 10.96 | 9.9 | 32.79 | - |
| YUV | 85.01 | 168.06 | 107.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 86 | 156 | 0.64 | 0.45 | 0 | 0.39 | 222 | 0.47 | 0.42 |
| Hex | 38 | 56 | 9C | 40 | 2D | 0 | 27 | DE | 2F | 2A |
| Octal | 70 | 126 | 234 | 100 | 55 | 0 | 47 | 336 | 57 | 52 |
| Binary | 111000 | 1010110 | 10011100 | 1000000 | 101101 | 0 | 100111 | 11011110 | 101111 | 101010 |
Color Harmonies of #38569C
Complementary color
Monochromatic Colors of #38569C
Black with #38569C
Text Example
Text Example
White with #38569C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38569C; }
p { color: rgb(56,86,156); }
H1.HeaderClassName
{
color: #38569C;
}
.AnyTagClassName
{
color: #38569C;
}
</style>
background-color css
<style>
a { background-color: #38569C; }
a { background-color: rgb(56,86,156); }
div.DivClassName
{
background-color: #38569C;
}
.BgClassName
{
background-color: #38569C;
}
</style>
border-color css
<style>
span { border-color: #38569C; }
span { border-color: rgb(56,86,156); }
td.TdClassName
{
border-color: #38569C;
}
.TagClassName
{
border-color: #38569C;
}
</style>