Shades of Mariner #3D609B
Tints of Mariner #3D609B
RGB
CMYK
RGB Variations
Color information
#3D609B (or 0x3D609B) is known color: Mariner. HEX triplet: 3D, 60 and 9B. RGB value is (61,96,155). Sum of RGB (Red+Green+Blue) = 61+96+155=312 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.55% from 312); Green value is 96 (37.89% from 255 or 30.77% from 312); Blue value is 155 (60.94% from 255 or 49.68% from 312); Max value from RGB is 155 - color contains mainly: blue. Hex color #3D609B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D609B is #C29F64. Grayscale: #5B5B5B. Windows color (decimal): -12754789 or 10182717. OLE color: 10182717.
HSL color Cylindrical-coordinate representation of color #3D609B: hue angle of 217.66º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3D609B is Cyan = 0.61, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 61 | 96 | 155 | - |
| CMYK | 0.61 | 0.38 | 0 | 0.39 |
| HSL | 217.66º | 0.44% | 0.42% | - |
| HSV(B) | 217.66º | 0.61% | 0.61% | - |
| XYZ | 12.02 | 11.72 | 32.64 | - |
| YUV | 92.26 | 163.4 | 105.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 96 | 155 | 0.61 | 0.38 | 0 | 0.39 | 217.66 | 0.44 | 0.42 |
| Hex | 3D | 60 | 9B | 3D | 26 | 0 | 27 | DA | 2C | 2A |
| Octal | 75 | 140 | 233 | 75 | 46 | 0 | 47 | 332 | 54 | 52 |
| Binary | 111101 | 1100000 | 10011011 | 111101 | 100110 | 0 | 100111 | 11011010 | 101100 | 101010 |
Color Harmonies of #3D609B
Complementary color
Monochromatic Colors of #3D609B
Black with #3D609B
Text Example
Text Example
White with #3D609B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D609B; }
p { color: rgb(61,96,155); }
H1.HeaderClassName
{
color: #3D609B;
}
.AnyTagClassName
{
color: #3D609B;
}
</style>
background-color css
<style>
a { background-color: #3D609B; }
a { background-color: rgb(61,96,155); }
div.DivClassName
{
background-color: #3D609B;
}
.BgClassName
{
background-color: #3D609B;
}
</style>
border-color css
<style>
span { border-color: #3D609B; }
span { border-color: rgb(61,96,155); }
td.TdClassName
{
border-color: #3D609B;
}
.TagClassName
{
border-color: #3D609B;
}
</style>