Shades of Mariner #3D609C
Tints of Mariner #3D609C
RGB
CMYK
RGB Variations
Color information
#3D609C (or 0x3D609C) is known color: Mariner. HEX triplet: 3D, 60 and 9C. RGB value is (61,96,156). Sum of RGB (Red+Green+Blue) = 61+96+156=313 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.49% from 313); Green value is 96 (37.89% from 255 or 30.67% 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 #3D609C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D609C is #C29F63. Grayscale: #5C5C5C. Windows color (decimal): -12754788 or 10248253. OLE color: 10248253.
HSL color Cylindrical-coordinate representation of color #3D609C: hue angle of 217.89º degrees, saturation: 0.44, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3D609C is Cyan = 0.61, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 61 | 96 | 156 | - |
| CMYK | 0.61 | 0.38 | 0 | 0.39 |
| HSL | 217.89º | 0.44% | 0.43% | - |
| HSV(B) | 217.89º | 0.61% | 0.61% | - |
| XYZ | 12.11 | 11.76 | 33.08 | - |
| YUV | 92.38 | 163.9 | 105.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 96 | 156 | 0.61 | 0.38 | 0 | 0.39 | 217.89 | 0.44 | 0.43 |
| Hex | 3D | 60 | 9C | 3D | 26 | 0 | 27 | DA | 2C | 2B |
| Octal | 75 | 140 | 234 | 75 | 46 | 0 | 47 | 332 | 54 | 53 |
| Binary | 111101 | 1100000 | 10011100 | 111101 | 100110 | 0 | 100111 | 11011010 | 101100 | 101011 |
Color Harmonies of #3D609C
Complementary color
Monochromatic Colors of #3D609C
Black with #3D609C
Text Example
Text Example
White with #3D609C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D609C; }
p { color: rgb(61,96,156); }
H1.HeaderClassName
{
color: #3D609C;
}
.AnyTagClassName
{
color: #3D609C;
}
</style>
background-color css
<style>
a { background-color: #3D609C; }
a { background-color: rgb(61,96,156); }
div.DivClassName
{
background-color: #3D609C;
}
.BgClassName
{
background-color: #3D609C;
}
</style>
border-color css
<style>
span { border-color: #3D609C; }
span { border-color: rgb(61,96,156); }
td.TdClassName
{
border-color: #3D609C;
}
.TagClassName
{
border-color: #3D609C;
}
</style>