Shades of Lochmara #336FAB
Tints of Lochmara #336FAB
RGB
CMYK
RGB Variations
Color information
#336FAB (or 0x336FAB) is known color: Lochmara. HEX triplet: 33, 6F and AB. RGB value is (51,111,171). Sum of RGB (Red+Green+Blue) = 51+111+171=333 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.32% from 333); Green value is 111 (43.75% from 255 or 33.33% from 333); Blue value is 171 (67.19% from 255 or 51.35% from 333); Max value from RGB is 171 - color contains mainly: blue. Hex color #336FAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336FAB is #CC9054. Grayscale: #636363. Windows color (decimal): -13406293 or 11235123. OLE color: 11235123.
HSL color Cylindrical-coordinate representation of color #336FAB: hue angle of 210º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #336FAB is Cyan = 0.70, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 51 | 111 | 171 | - |
| CMYK | 0.70 | 0.35 | 0 | 0.33 |
| HSL | 210º | 0.54% | 0.44% | - |
| HSV(B) | 210º | 0.7% | 0.67% | - |
| XYZ | 14.4 | 15.01 | 40.67 | - |
| YUV | 99.9 | 168.12 | 93.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 111 | 171 | 0.70 | 0.35 | 0 | 0.33 | 210 | 0.54 | 0.44 |
| Hex | 33 | 6F | AB | 46 | 23 | 0 | 21 | D2 | 36 | 2C |
| Octal | 63 | 157 | 253 | 106 | 43 | 0 | 41 | 322 | 66 | 54 |
| Binary | 110011 | 1101111 | 10101011 | 1000110 | 100011 | 0 | 100001 | 11010010 | 110110 | 101100 |
Color Harmonies of #336FAB
Complementary color
Monochromatic Colors of #336FAB
Black with #336FAB
Text Example
Text Example
White with #336FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336FAB; }
p { color: rgb(51,111,171); }
H1.HeaderClassName
{
color: #336FAB;
}
.AnyTagClassName
{
color: #336FAB;
}
</style>
background-color css
<style>
a { background-color: #336FAB; }
a { background-color: rgb(51,111,171); }
div.DivClassName
{
background-color: #336FAB;
}
.BgClassName
{
background-color: #336FAB;
}
</style>
border-color css
<style>
span { border-color: #336FAB; }
span { border-color: rgb(51,111,171); }
td.TdClassName
{
border-color: #336FAB;
}
.TagClassName
{
border-color: #336FAB;
}
</style>