Shades of Mariner #38609D
Tints of Mariner #38609D
RGB
CMYK
RGB Variations
Color information
#38609D (or 0x38609D) is known color: Mariner. HEX triplet: 38, 60 and 9D. RGB value is (56,96,157). Sum of RGB (Red+Green+Blue) = 56+96+157=309 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.12% from 309); Green value is 96 (37.89% from 255 or 31.07% from 309); Blue value is 157 (61.72% from 255 or 50.81% from 309); Max value from RGB is 157 - color contains mainly: blue. Hex color #38609D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #38609D is #C79F62. Grayscale: #5A5A5A. Windows color (decimal): -13082467 or 10313784. OLE color: 10313784.
HSL color Cylindrical-coordinate representation of color #38609D: hue angle of 216.24º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #38609D is Cyan = 0.64, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 56 | 96 | 157 | - |
| CMYK | 0.64 | 0.39 | 0 | 0.38 |
| HSL | 216.24º | 0.47% | 0.42% | - |
| HSV(B) | 216.24º | 0.64% | 0.62% | - |
| XYZ | 11.9 | 11.64 | 33.52 | - |
| YUV | 90.99 | 165.25 | 103.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 96 | 157 | 0.64 | 0.39 | 0 | 0.38 | 216.24 | 0.47 | 0.42 |
| Hex | 38 | 60 | 9D | 40 | 27 | 0 | 26 | D8 | 2F | 2A |
| Octal | 70 | 140 | 235 | 100 | 47 | 0 | 46 | 330 | 57 | 52 |
| Binary | 111000 | 1100000 | 10011101 | 1000000 | 100111 | 0 | 100110 | 11011000 | 101111 | 101010 |
Color Harmonies of #38609D
Complementary color
Monochromatic Colors of #38609D
Black with #38609D
Text Example
Text Example
White with #38609D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38609D; }
p { color: rgb(56,96,157); }
H1.HeaderClassName
{
color: #38609D;
}
.AnyTagClassName
{
color: #38609D;
}
</style>
background-color css
<style>
a { background-color: #38609D; }
a { background-color: rgb(56,96,157); }
div.DivClassName
{
background-color: #38609D;
}
.BgClassName
{
background-color: #38609D;
}
</style>
border-color css
<style>
span { border-color: #38609D; }
span { border-color: rgb(56,96,157); }
td.TdClassName
{
border-color: #38609D;
}
.TagClassName
{
border-color: #38609D;
}
</style>