Shades of Lochmara #33709C
Tints of Lochmara #33709C
RGB
CMYK
RGB Variations
Color information
#33709C (or 0x33709C) is known color: Lochmara. HEX triplet: 33, 70 and 9C. RGB value is (51,112,156). Sum of RGB (Red+Green+Blue) = 51+112+156=319 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.99% from 319); Green value is 112 (44.14% from 255 or 35.11% from 319); Blue value is 156 (61.33% from 255 or 48.90% from 319); Max value from RGB is 156 - color contains mainly: blue. Hex color #33709C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #33709C is #CC8F63. Grayscale: #626262. Windows color (decimal): -13406052 or 10252339. OLE color: 10252339.
HSL color Cylindrical-coordinate representation of color #33709C: hue angle of 205.14º 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 #33709C is Cyan = 0.67, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 51 | 112 | 156 | - |
| CMYK | 0.67 | 0.28 | 0 | 0.39 |
| HSL | 205.14º | 0.51% | 0.41% | - |
| HSV(B) | 205.14º | 0.67% | 0.61% | - |
| XYZ | 13.16 | 14.69 | 33.59 | - |
| YUV | 98.78 | 160.29 | 93.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 112 | 156 | 0.67 | 0.28 | 0 | 0.39 | 205.14 | 0.51 | 0.41 |
| Hex | 33 | 70 | 9C | 43 | 1C | 0 | 27 | CD | 33 | 29 |
| Octal | 63 | 160 | 234 | 103 | 34 | 0 | 47 | 315 | 63 | 51 |
| Binary | 110011 | 1110000 | 10011100 | 1000011 | 11100 | 0 | 100111 | 11001101 | 110011 | 101001 |
Color Harmonies of #33709C
Complementary color
Monochromatic Colors of #33709C
Black with #33709C
Text Example
Text Example
White with #33709C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33709C; }
p { color: rgb(51,112,156); }
H1.HeaderClassName
{
color: #33709C;
}
.AnyTagClassName
{
color: #33709C;
}
</style>
background-color css
<style>
a { background-color: #33709C; }
a { background-color: rgb(51,112,156); }
div.DivClassName
{
background-color: #33709C;
}
.BgClassName
{
background-color: #33709C;
}
</style>
border-color css
<style>
span { border-color: #33709C; }
span { border-color: rgb(51,112,156); }
td.TdClassName
{
border-color: #33709C;
}
.TagClassName
{
border-color: #33709C;
}
</style>