Shades of Lochmara #336E9C
Tints of Lochmara #336E9C
RGB
CMYK
RGB Variations
Color information
#336E9C (or 0x336E9C) is known color: Lochmara. HEX triplet: 33, 6E and 9C. RGB value is (51,110,156). Sum of RGB (Red+Green+Blue) = 51+110+156=317 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.09% from 317); Green value is 110 (43.36% from 255 or 34.70% from 317); Blue value is 156 (61.33% from 255 or 49.21% from 317); Max value from RGB is 156 - color contains mainly: blue. Hex color #336E9C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336E9C is #CC9163. Grayscale: #616161. Windows color (decimal): -13406564 or 10251827. OLE color: 10251827.
HSL color Cylindrical-coordinate representation of color #336E9C: hue angle of 206.29º 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 #336E9C is Cyan = 0.67, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 51 | 110 | 156 | - |
| CMYK | 0.67 | 0.29 | 0 | 0.39 |
| HSL | 206.29º | 0.51% | 0.41% | - |
| HSV(B) | 206.29º | 0.67% | 0.61% | - |
| XYZ | 12.94 | 14.26 | 33.52 | - |
| YUV | 97.6 | 160.95 | 94.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 110 | 156 | 0.67 | 0.29 | 0 | 0.39 | 206.29 | 0.51 | 0.41 |
| Hex | 33 | 6E | 9C | 43 | 1D | 0 | 27 | CE | 33 | 29 |
| Octal | 63 | 156 | 234 | 103 | 35 | 0 | 47 | 316 | 63 | 51 |
| Binary | 110011 | 1101110 | 10011100 | 1000011 | 11101 | 0 | 100111 | 11001110 | 110011 | 101001 |
Color Harmonies of #336E9C
Complementary color
Monochromatic Colors of #336E9C
Black with #336E9C
Text Example
Text Example
White with #336E9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336E9C; }
p { color: rgb(51,110,156); }
H1.HeaderClassName
{
color: #336E9C;
}
.AnyTagClassName
{
color: #336E9C;
}
</style>
background-color css
<style>
a { background-color: #336E9C; }
a { background-color: rgb(51,110,156); }
div.DivClassName
{
background-color: #336E9C;
}
.BgClassName
{
background-color: #336E9C;
}
</style>
border-color css
<style>
span { border-color: #336E9C; }
span { border-color: rgb(51,110,156); }
td.TdClassName
{
border-color: #336E9C;
}
.TagClassName
{
border-color: #336E9C;
}
</style>