Shades of Mariner #39639A
Tints of Mariner #39639A
RGB
CMYK
RGB Variations
Color information
#39639A (or 0x39639A) is known color: Mariner. HEX triplet: 39, 63 and 9A. RGB value is (57,99,154). Sum of RGB (Red+Green+Blue) = 57+99+154=310 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.39% from 310); Green value is 99 (39.06% from 255 or 31.94% from 310); Blue value is 154 (60.55% from 255 or 49.68% from 310); Max value from RGB is 154 - color contains mainly: blue. Hex color #39639A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #39639A is #C69C65. Grayscale: #5C5C5C. Windows color (decimal): -13016166 or 10117945. OLE color: 10117945.
HSL color Cylindrical-coordinate representation of color #39639A: hue angle of 214.02º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #39639A is Cyan = 0.63, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 57 | 99 | 154 | - |
| CMYK | 0.63 | 0.36 | 0 | 0.40 |
| HSL | 214.02º | 0.46% | 0.41% | - |
| HSV(B) | 214.02º | 0.63% | 0.6% | - |
| XYZ | 11.98 | 12.13 | 32.28 | - |
| YUV | 92.71 | 162.59 | 102.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 99 | 154 | 0.63 | 0.36 | 0 | 0.40 | 214.02 | 0.46 | 0.41 |
| Hex | 39 | 63 | 9A | 3F | 24 | 0 | 28 | D6 | 2E | 29 |
| Octal | 71 | 143 | 232 | 77 | 44 | 0 | 50 | 326 | 56 | 51 |
| Binary | 111001 | 1100011 | 10011010 | 111111 | 100100 | 0 | 101000 | 11010110 | 101110 | 101001 |
Color Harmonies of #39639A
Complementary color
Monochromatic Colors of #39639A
Black with #39639A
Text Example
Text Example
White with #39639A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39639A; }
p { color: rgb(57,99,154); }
H1.HeaderClassName
{
color: #39639A;
}
.AnyTagClassName
{
color: #39639A;
}
</style>
background-color css
<style>
a { background-color: #39639A; }
a { background-color: rgb(57,99,154); }
div.DivClassName
{
background-color: #39639A;
}
.BgClassName
{
background-color: #39639A;
}
</style>
border-color css
<style>
span { border-color: #39639A; }
span { border-color: rgb(57,99,154); }
td.TdClassName
{
border-color: #39639A;
}
.TagClassName
{
border-color: #39639A;
}
</style>