Shades of Lochmara #33719C
Tints of Lochmara #33719C
RGB
CMYK
RGB Variations
Color information
#33719C (or 0x33719C) is known color: Lochmara. HEX triplet: 33, 71 and 9C. RGB value is (51,113,156). Sum of RGB (Red+Green+Blue) = 51+113+156=320 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.94% from 320); Green value is 113 (44.53% from 255 or 35.31% from 320); Blue value is 156 (61.33% from 255 or 48.75% from 320); Max value from RGB is 156 - color contains mainly: blue. Hex color #33719C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #33719C is #CC8E63. Grayscale: #636363. Windows color (decimal): -13405796 or 10252595. OLE color: 10252595.
HSL color Cylindrical-coordinate representation of color #33719C: hue angle of 204.57º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #33719C is Cyan = 0.67, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 51 | 113 | 156 | - |
| CMYK | 0.67 | 0.28 | 0 | 0.39 |
| HSL | 204.57º | 0.51% | 0.41% | - |
| HSV(B) | 204.57º | 0.67% | 0.61% | - |
| XYZ | 13.27 | 14.91 | 33.63 | - |
| YUV | 99.36 | 159.96 | 93.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 113 | 156 | 0.67 | 0.28 | 0 | 0.39 | 204.57 | 0.51 | 0.41 |
| Hex | 33 | 71 | 9C | 43 | 1C | 0 | 27 | CD | 33 | 29 |
| Octal | 63 | 161 | 234 | 103 | 34 | 0 | 47 | 315 | 63 | 51 |
| Binary | 110011 | 1110001 | 10011100 | 1000011 | 11100 | 0 | 100111 | 11001101 | 110011 | 101001 |
Color Harmonies of #33719C
Complementary color
Monochromatic Colors of #33719C
Black with #33719C
Text Example
Text Example
White with #33719C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33719C; }
p { color: rgb(51,113,156); }
H1.HeaderClassName
{
color: #33719C;
}
.AnyTagClassName
{
color: #33719C;
}
</style>
background-color css
<style>
a { background-color: #33719C; }
a { background-color: rgb(51,113,156); }
div.DivClassName
{
background-color: #33719C;
}
.BgClassName
{
background-color: #33719C;
}
</style>
border-color css
<style>
span { border-color: #33719C; }
span { border-color: rgb(51,113,156); }
td.TdClassName
{
border-color: #33719C;
}
.TagClassName
{
border-color: #33719C;
}
</style>