Shades of Mariner #38649F
Tints of Mariner #38649F
RGB
CMYK
RGB Variations
Color information
#38649F (or 0x38649F) is known color: Mariner. HEX triplet: 38, 64 and 9F. RGB value is (56,100,159). Sum of RGB (Red+Green+Blue) = 56+100+159=315 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.78% from 315); Green value is 100 (39.45% from 255 or 31.75% from 315); Blue value is 159 (62.5% from 255 or 50.48% from 315); Max value from RGB is 159 - color contains mainly: blue. Hex color #38649F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #38649F is #C79B60. Grayscale: #5D5D5D. Windows color (decimal): -13081441 or 10445880. OLE color: 10445880.
HSL color Cylindrical-coordinate representation of color #38649F: hue angle of 214.37º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #38649F is Cyan = 0.65, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 56 | 100 | 159 | - |
| CMYK | 0.65 | 0.37 | 0 | 0.38 |
| HSL | 214.37º | 0.48% | 0.42% | - |
| HSV(B) | 214.37º | 0.65% | 0.62% | - |
| XYZ | 12.45 | 12.46 | 34.55 | - |
| YUV | 93.57 | 164.92 | 101.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 100 | 159 | 0.65 | 0.37 | 0 | 0.38 | 214.37 | 0.48 | 0.42 |
| Hex | 38 | 64 | 9F | 41 | 25 | 0 | 26 | D6 | 30 | 2A |
| Octal | 70 | 144 | 237 | 101 | 45 | 0 | 46 | 326 | 60 | 52 |
| Binary | 111000 | 1100100 | 10011111 | 1000001 | 100101 | 0 | 100110 | 11010110 | 110000 | 101010 |
Color Harmonies of #38649F
Complementary color
Monochromatic Colors of #38649F
Black with #38649F
Text Example
Text Example
White with #38649F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38649F; }
p { color: rgb(56,100,159); }
H1.HeaderClassName
{
color: #38649F;
}
.AnyTagClassName
{
color: #38649F;
}
</style>
background-color css
<style>
a { background-color: #38649F; }
a { background-color: rgb(56,100,159); }
div.DivClassName
{
background-color: #38649F;
}
.BgClassName
{
background-color: #38649F;
}
</style>
border-color css
<style>
span { border-color: #38649F; }
span { border-color: rgb(56,100,159); }
td.TdClassName
{
border-color: #38649F;
}
.TagClassName
{
border-color: #38649F;
}
</style>