Shades of Mariner #33619D
Tints of Mariner #33619D
RGB
CMYK
RGB Variations
Color information
#33619D (or 0x33619D) is known color: Mariner. HEX triplet: 33, 61 and 9D. RGB value is (51,97,157). Sum of RGB (Red+Green+Blue) = 51+97+157=305 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.72% from 305); Green value is 97 (38.28% from 255 or 31.80% from 305); Blue value is 157 (61.72% from 255 or 51.48% from 305); Max value from RGB is 157 - color contains mainly: blue. Hex color #33619D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #33619D is #CC9E62. Grayscale: #595959. Windows color (decimal): -13409891 or 10314035. OLE color: 10314035.
HSL color Cylindrical-coordinate representation of color #33619D: hue angle of 213.96º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #33619D is Cyan = 0.68, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 51 | 97 | 157 | - |
| CMYK | 0.68 | 0.38 | 0 | 0.38 |
| HSL | 213.96º | 0.51% | 0.41% | - |
| HSV(B) | 213.96º | 0.68% | 0.62% | - |
| XYZ | 11.73 | 11.69 | 33.54 | - |
| YUV | 90.09 | 165.76 | 100.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 97 | 157 | 0.68 | 0.38 | 0 | 0.38 | 213.96 | 0.51 | 0.41 |
| Hex | 33 | 61 | 9D | 44 | 26 | 0 | 26 | D6 | 33 | 29 |
| Octal | 63 | 141 | 235 | 104 | 46 | 0 | 46 | 326 | 63 | 51 |
| Binary | 110011 | 1100001 | 10011101 | 1000100 | 100110 | 0 | 100110 | 11010110 | 110011 | 101001 |
Color Harmonies of #33619D
Complementary color
Monochromatic Colors of #33619D
Black with #33619D
Text Example
Text Example
White with #33619D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33619D; }
p { color: rgb(51,97,157); }
H1.HeaderClassName
{
color: #33619D;
}
.AnyTagClassName
{
color: #33619D;
}
</style>
background-color css
<style>
a { background-color: #33619D; }
a { background-color: rgb(51,97,157); }
div.DivClassName
{
background-color: #33619D;
}
.BgClassName
{
background-color: #33619D;
}
</style>
border-color css
<style>
span { border-color: #33619D; }
span { border-color: rgb(51,97,157); }
td.TdClassName
{
border-color: #33619D;
}
.TagClassName
{
border-color: #33619D;
}
</style>