Shades of Mariner #38559C
Tints of Mariner #38559C
RGB
CMYK
RGB Variations
Color information
#38559C (or 0x38559C) is known color: Mariner. HEX triplet: 38, 55 and 9C. RGB value is (56,85,156). Sum of RGB (Red+Green+Blue) = 56+85+156=297 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.86% from 297); Green value is 85 (33.59% from 255 or 28.62% from 297); Blue value is 156 (61.33% from 255 or 52.53% from 297); Max value from RGB is 156 - color contains mainly: blue. Hex color #38559C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #38559C is #C7AA63. Grayscale: #545454. Windows color (decimal): -13085284 or 10245432. OLE color: 10245432.
HSL color Cylindrical-coordinate representation of color #38559C: hue angle of 222.6º 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 #38559C is Cyan = 0.64, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 56 | 85 | 156 | - |
| CMYK | 0.64 | 0.46 | 0 | 0.39 |
| HSL | 222.6º | 0.47% | 0.42% | - |
| HSV(B) | 222.6º | 0.64% | 0.61% | - |
| XYZ | 10.88 | 9.74 | 32.76 | - |
| YUV | 84.42 | 168.39 | 107.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 85 | 156 | 0.64 | 0.46 | 0 | 0.39 | 222.6 | 0.47 | 0.42 |
| Hex | 38 | 55 | 9C | 40 | 2E | 0 | 27 | DF | 2F | 2A |
| Octal | 70 | 125 | 234 | 100 | 56 | 0 | 47 | 337 | 57 | 52 |
| Binary | 111000 | 1010101 | 10011100 | 1000000 | 101110 | 0 | 100111 | 11011111 | 101111 | 101010 |
Color Harmonies of #38559C
Complementary color
Monochromatic Colors of #38559C
Black with #38559C
Text Example
Text Example
White with #38559C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38559C; }
p { color: rgb(56,85,156); }
H1.HeaderClassName
{
color: #38559C;
}
.AnyTagClassName
{
color: #38559C;
}
</style>
background-color css
<style>
a { background-color: #38559C; }
a { background-color: rgb(56,85,156); }
div.DivClassName
{
background-color: #38559C;
}
.BgClassName
{
background-color: #38559C;
}
</style>
border-color css
<style>
span { border-color: #38559C; }
span { border-color: rgb(56,85,156); }
td.TdClassName
{
border-color: #38559C;
}
.TagClassName
{
border-color: #38559C;
}
</style>