Shades of Lochmara #336C9D
Tints of Lochmara #336C9D
RGB
CMYK
RGB Variations
Color information
#336C9D (or 0x336C9D) is known color: Lochmara. HEX triplet: 33, 6C and 9D. RGB value is (51,108,157). Sum of RGB (Red+Green+Blue) = 51+108+157=316 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.14% from 316); Green value is 108 (42.58% from 255 or 34.18% from 316); Blue value is 157 (61.72% from 255 or 49.68% from 316); Max value from RGB is 157 - color contains mainly: blue. Hex color #336C9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336C9D is #CC9362. Grayscale: #606060. Windows color (decimal): -13407075 or 10316851. OLE color: 10316851.
HSL color Cylindrical-coordinate representation of color #336C9D: hue angle of 207.74º 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 #336C9D is Cyan = 0.68, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 51 | 108 | 157 | - |
| CMYK | 0.68 | 0.31 | 0 | 0.38 |
| HSL | 207.74º | 0.51% | 0.41% | - |
| HSV(B) | 207.74º | 0.68% | 0.62% | - |
| XYZ | 12.81 | 13.86 | 33.9 | - |
| YUV | 96.54 | 162.12 | 95.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 108 | 157 | 0.68 | 0.31 | 0 | 0.38 | 207.74 | 0.51 | 0.41 |
| Hex | 33 | 6C | 9D | 44 | 1F | 0 | 26 | D0 | 33 | 29 |
| Octal | 63 | 154 | 235 | 104 | 37 | 0 | 46 | 320 | 63 | 51 |
| Binary | 110011 | 1101100 | 10011101 | 1000100 | 11111 | 0 | 100110 | 11010000 | 110011 | 101001 |
Color Harmonies of #336C9D
Complementary color
Monochromatic Colors of #336C9D
Black with #336C9D
Text Example
Text Example
White with #336C9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336C9D; }
p { color: rgb(51,108,157); }
H1.HeaderClassName
{
color: #336C9D;
}
.AnyTagClassName
{
color: #336C9D;
}
</style>
background-color css
<style>
a { background-color: #336C9D; }
a { background-color: rgb(51,108,157); }
div.DivClassName
{
background-color: #336C9D;
}
.BgClassName
{
background-color: #336C9D;
}
</style>
border-color css
<style>
span { border-color: #336C9D; }
span { border-color: rgb(51,108,157); }
td.TdClassName
{
border-color: #336C9D;
}
.TagClassName
{
border-color: #336C9D;
}
</style>