Shades of Lochmara #336AB4
Tints of Lochmara #336AB4
RGB
CMYK
RGB Variations
Color information
#336AB4 (or 0x336AB4) is known color: Lochmara. HEX triplet: 33, 6A and B4. RGB value is (51,106,180). Sum of RGB (Red+Green+Blue) = 51+106+180=337 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.13% from 337); Green value is 106 (41.80% from 255 or 31.45% from 337); Blue value is 180 (70.70% from 255 or 53.41% from 337); Max value from RGB is 180 - color contains mainly: blue. Hex color #336AB4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #336AB4 is #CC954B. Grayscale: #616161. Windows color (decimal): -13407564 or 11823667. OLE color: 11823667.
HSL color Cylindrical-coordinate representation of color #336AB4: hue angle of 214.42º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #336AB4 is Cyan = 0.72, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 51 | 106 | 180 | - |
| CMYK | 0.72 | 0.41 | 0 | 0.29 |
| HSL | 214.42º | 0.56% | 0.45% | - |
| HSV(B) | 214.42º | 0.72% | 0.71% | - |
| XYZ | 14.76 | 14.31 | 45.16 | - |
| YUV | 97.99 | 174.28 | 94.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 106 | 180 | 0.72 | 0.41 | 0 | 0.29 | 214.42 | 0.56 | 0.45 |
| Hex | 33 | 6A | B4 | 48 | 29 | 0 | 1D | D6 | 38 | 2D |
| Octal | 63 | 152 | 264 | 110 | 51 | 0 | 35 | 326 | 70 | 55 |
| Binary | 110011 | 1101010 | 10110100 | 1001000 | 101001 | 0 | 11101 | 11010110 | 111000 | 101101 |
Color Harmonies of #336AB4
Complementary color
Monochromatic Colors of #336AB4
Black with #336AB4
Text Example
Text Example
White with #336AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336AB4; }
p { color: rgb(51,106,180); }
H1.HeaderClassName
{
color: #336AB4;
}
.AnyTagClassName
{
color: #336AB4;
}
</style>
background-color css
<style>
a { background-color: #336AB4; }
a { background-color: rgb(51,106,180); }
div.DivClassName
{
background-color: #336AB4;
}
.BgClassName
{
background-color: #336AB4;
}
</style>
border-color css
<style>
span { border-color: #336AB4; }
span { border-color: rgb(51,106,180); }
td.TdClassName
{
border-color: #336AB4;
}
.TagClassName
{
border-color: #336AB4;
}
</style>