Shades of Lochmara #336CBA
Tints of Lochmara #336CBA
RGB
CMYK
RGB Variations
Color information
#336CBA (or 0x336CBA) is known color: Lochmara. HEX triplet: 33, 6C and BA. RGB value is (51,108,186). Sum of RGB (Red+Green+Blue) = 51+108+186=345 (45% of max value = 765). Red value is 51 (20.31% from 255 or 14.78% from 345); Green value is 108 (42.58% from 255 or 31.30% from 345); Blue value is 186 (73.05% from 255 or 53.91% from 345); Max value from RGB is 186 - color contains mainly: blue. Hex color #336CBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #336CBA is #CC9345. Grayscale: #636363. Windows color (decimal): -13407046 or 12217395. OLE color: 12217395.
HSL color Cylindrical-coordinate representation of color #336CBA: hue angle of 214.67º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #336CBA is Cyan = 0.73, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 51 | 108 | 186 | - |
| CMYK | 0.73 | 0.42 | 0 | 0.27 |
| HSL | 214.67º | 0.57% | 0.46% | - |
| HSV(B) | 214.67º | 0.73% | 0.73% | - |
| XYZ | 15.59 | 14.97 | 48.52 | - |
| YUV | 99.85 | 176.62 | 93.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 108 | 186 | 0.73 | 0.42 | 0 | 0.27 | 214.67 | 0.57 | 0.46 |
| Hex | 33 | 6C | BA | 49 | 2A | 0 | 1B | D7 | 39 | 2E |
| Octal | 63 | 154 | 272 | 111 | 52 | 0 | 33 | 327 | 71 | 56 |
| Binary | 110011 | 1101100 | 10111010 | 1001001 | 101010 | 0 | 11011 | 11010111 | 111001 | 101110 |
Color Harmonies of #336CBA
Complementary color
Monochromatic Colors of #336CBA
Black with #336CBA
Text Example
Text Example
White with #336CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336CBA; }
p { color: rgb(51,108,186); }
H1.HeaderClassName
{
color: #336CBA;
}
.AnyTagClassName
{
color: #336CBA;
}
</style>
background-color css
<style>
a { background-color: #336CBA; }
a { background-color: rgb(51,108,186); }
div.DivClassName
{
background-color: #336CBA;
}
.BgClassName
{
background-color: #336CBA;
}
</style>
border-color css
<style>
span { border-color: #336CBA; }
span { border-color: rgb(51,108,186); }
td.TdClassName
{
border-color: #336CBA;
}
.TagClassName
{
border-color: #336CBA;
}
</style>