Shades of Mariner #38639B
Tints of Mariner #38639B
RGB
CMYK
RGB Variations
Color information
#38639B (or 0x38639B) is known color: Mariner. HEX triplet: 38, 63 and 9B. RGB value is (56,99,155). Sum of RGB (Red+Green+Blue) = 56+99+155=310 (41% of max value = 765). Red value is 56 (22.27% from 255 or 18.06% from 310); Green value is 99 (39.06% from 255 or 31.94% from 310); Blue value is 155 (60.94% from 255 or 50% from 310); Max value from RGB is 155 - color contains mainly: blue. Hex color #38639B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #38639B is #C79C64. Grayscale: #5C5C5C. Windows color (decimal): -13081701 or 10183480. OLE color: 10183480.
HSL color Cylindrical-coordinate representation of color #38639B: hue angle of 213.94º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #38639B is Cyan = 0.64, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 56 | 99 | 155 | - |
| CMYK | 0.64 | 0.36 | 0 | 0.39 |
| HSL | 213.94º | 0.47% | 0.41% | - |
| HSV(B) | 213.94º | 0.64% | 0.61% | - |
| XYZ | 12.01 | 12.13 | 32.72 | - |
| YUV | 92.53 | 163.25 | 101.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 99 | 155 | 0.64 | 0.36 | 0 | 0.39 | 213.94 | 0.47 | 0.41 |
| Hex | 38 | 63 | 9B | 40 | 24 | 0 | 27 | D6 | 2F | 29 |
| Octal | 70 | 143 | 233 | 100 | 44 | 0 | 47 | 326 | 57 | 51 |
| Binary | 111000 | 1100011 | 10011011 | 1000000 | 100100 | 0 | 100111 | 11010110 | 101111 | 101001 |
Color Harmonies of #38639B
Complementary color
Monochromatic Colors of #38639B
Black with #38639B
Text Example
Text Example
White with #38639B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38639B; }
p { color: rgb(56,99,155); }
H1.HeaderClassName
{
color: #38639B;
}
.AnyTagClassName
{
color: #38639B;
}
</style>
background-color css
<style>
a { background-color: #38639B; }
a { background-color: rgb(56,99,155); }
div.DivClassName
{
background-color: #38639B;
}
.BgClassName
{
background-color: #38639B;
}
</style>
border-color css
<style>
span { border-color: #38639B; }
span { border-color: rgb(56,99,155); }
td.TdClassName
{
border-color: #38639B;
}
.TagClassName
{
border-color: #38639B;
}
</style>