Shades of Mariner #39649C
Tints of Mariner #39649C
RGB
CMYK
RGB Variations
Color information
#39649C (or 0x39649C) is known color: Mariner. HEX triplet: 39, 64 and 9C. RGB value is (57,100,156). Sum of RGB (Red+Green+Blue) = 57+100+156=313 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.21% from 313); Green value is 100 (39.45% from 255 or 31.95% from 313); Blue value is 156 (61.33% from 255 or 49.84% from 313); Max value from RGB is 156 - color contains mainly: blue. Hex color #39649C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #39649C is #C69B63. Grayscale: #5D5D5D. Windows color (decimal): -13015908 or 10249273. OLE color: 10249273.
HSL color Cylindrical-coordinate representation of color #39649C: hue angle of 213.94º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #39649C is Cyan = 0.63, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 57 | 100 | 156 | - |
| CMYK | 0.63 | 0.36 | 0 | 0.39 |
| HSL | 213.94º | 0.46% | 0.42% | - |
| HSV(B) | 213.94º | 0.63% | 0.61% | - |
| XYZ | 12.25 | 12.38 | 33.2 | - |
| YUV | 93.53 | 163.25 | 101.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 100 | 156 | 0.63 | 0.36 | 0 | 0.39 | 213.94 | 0.46 | 0.42 |
| Hex | 39 | 64 | 9C | 3F | 24 | 0 | 27 | D6 | 2E | 2A |
| Octal | 71 | 144 | 234 | 77 | 44 | 0 | 47 | 326 | 56 | 52 |
| Binary | 111001 | 1100100 | 10011100 | 111111 | 100100 | 0 | 100111 | 11010110 | 101110 | 101010 |
Color Harmonies of #39649C
Complementary color
Monochromatic Colors of #39649C
Black with #39649C
Text Example
Text Example
White with #39649C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39649C; }
p { color: rgb(57,100,156); }
H1.HeaderClassName
{
color: #39649C;
}
.AnyTagClassName
{
color: #39649C;
}
</style>
background-color css
<style>
a { background-color: #39649C; }
a { background-color: rgb(57,100,156); }
div.DivClassName
{
background-color: #39649C;
}
.BgClassName
{
background-color: #39649C;
}
</style>
border-color css
<style>
span { border-color: #39649C; }
span { border-color: rgb(57,100,156); }
td.TdClassName
{
border-color: #39649C;
}
.TagClassName
{
border-color: #39649C;
}
</style>