Shades of Lochmara #33719E
Tints of Lochmara #33719E
RGB
CMYK
RGB Variations
Color information
#33719E (or 0x33719E) is known color: Lochmara. HEX triplet: 33, 71 and 9E. RGB value is (51,113,158). Sum of RGB (Red+Green+Blue) = 51+113+158=322 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.84% from 322); Green value is 113 (44.53% from 255 or 35.09% from 322); Blue value is 158 (62.11% from 255 or 49.07% from 322); Max value from RGB is 158 - color contains mainly: blue. Hex color #33719E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #33719E is #CC8E61. Grayscale: #636363. Windows color (decimal): -13405794 or 10383667. OLE color: 10383667.
HSL color Cylindrical-coordinate representation of color #33719E: hue angle of 205.23º 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 #33719E is Cyan = 0.68, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 51 | 113 | 158 | - |
| CMYK | 0.68 | 0.28 | 0 | 0.38 |
| HSL | 205.23º | 0.51% | 0.41% | - |
| HSV(B) | 205.23º | 0.68% | 0.62% | - |
| XYZ | 13.44 | 14.98 | 34.53 | - |
| YUV | 99.59 | 160.96 | 93.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 113 | 158 | 0.68 | 0.28 | 0 | 0.38 | 205.23 | 0.51 | 0.41 |
| Hex | 33 | 71 | 9E | 44 | 1C | 0 | 26 | CD | 33 | 29 |
| Octal | 63 | 161 | 236 | 104 | 34 | 0 | 46 | 315 | 63 | 51 |
| Binary | 110011 | 1110001 | 10011110 | 1000100 | 11100 | 0 | 100110 | 11001101 | 110011 | 101001 |
Color Harmonies of #33719E
Complementary color
Monochromatic Colors of #33719E
Black with #33719E
Text Example
Text Example
White with #33719E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33719E; }
p { color: rgb(51,113,158); }
H1.HeaderClassName
{
color: #33719E;
}
.AnyTagClassName
{
color: #33719E;
}
</style>
background-color css
<style>
a { background-color: #33719E; }
a { background-color: rgb(51,113,158); }
div.DivClassName
{
background-color: #33719E;
}
.BgClassName
{
background-color: #33719E;
}
</style>
border-color css
<style>
span { border-color: #33719E; }
span { border-color: rgb(51,113,158); }
td.TdClassName
{
border-color: #33719E;
}
.TagClassName
{
border-color: #33719E;
}
</style>