Shades of Mariner #38639D
Tints of Mariner #38639D
RGB
CMYK
RGB Variations
Color information
#38639D (or 0x38639D) is known color: Mariner. HEX triplet: 38, 63 and 9D. RGB value is (56,99,157). Sum of RGB (Red+Green+Blue) = 56+99+157=312 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.95% from 312); Green value is 99 (39.06% from 255 or 31.73% from 312); Blue value is 157 (61.72% from 255 or 50.32% from 312); Max value from RGB is 157 - color contains mainly: blue. Hex color #38639D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #38639D is #C79C62. Grayscale: #5C5C5C. Windows color (decimal): -13081699 or 10314552. OLE color: 10314552.
HSL color Cylindrical-coordinate representation of color #38639D: hue angle of 214.46º 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 #38639D is Cyan = 0.64, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 56 | 99 | 157 | - |
| CMYK | 0.64 | 0.37 | 0 | 0.38 |
| HSL | 214.46º | 0.47% | 0.42% | - |
| HSV(B) | 214.46º | 0.64% | 0.62% | - |
| XYZ | 12.18 | 12.2 | 33.61 | - |
| YUV | 92.76 | 164.25 | 101.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 99 | 157 | 0.64 | 0.37 | 0 | 0.38 | 214.46 | 0.47 | 0.42 |
| Hex | 38 | 63 | 9D | 40 | 25 | 0 | 26 | D6 | 2F | 2A |
| Octal | 70 | 143 | 235 | 100 | 45 | 0 | 46 | 326 | 57 | 52 |
| Binary | 111000 | 1100011 | 10011101 | 1000000 | 100101 | 0 | 100110 | 11010110 | 101111 | 101010 |
Color Harmonies of #38639D
Complementary color
Monochromatic Colors of #38639D
Black with #38639D
Text Example
Text Example
White with #38639D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38639D; }
p { color: rgb(56,99,157); }
H1.HeaderClassName
{
color: #38639D;
}
.AnyTagClassName
{
color: #38639D;
}
</style>
background-color css
<style>
a { background-color: #38639D; }
a { background-color: rgb(56,99,157); }
div.DivClassName
{
background-color: #38639D;
}
.BgClassName
{
background-color: #38639D;
}
</style>
border-color css
<style>
span { border-color: #38639D; }
span { border-color: rgb(56,99,157); }
td.TdClassName
{
border-color: #38639D;
}
.TagClassName
{
border-color: #38639D;
}
</style>