Shades of Lochmara #336AAD
Tints of Lochmara #336AAD
RGB
CMYK
RGB Variations
Color information
#336AAD (or 0x336AAD) is known color: Lochmara. HEX triplet: 33, 6A and AD. RGB value is (51,106,173). Sum of RGB (Red+Green+Blue) = 51+106+173=330 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.45% from 330); Green value is 106 (41.80% from 255 or 32.12% from 330); Blue value is 173 (67.97% from 255 or 52.42% from 330); Max value from RGB is 173 - color contains mainly: blue. Hex color #336AAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336AAD is #CC9552. Grayscale: #606060. Windows color (decimal): -13407571 or 11364915. OLE color: 11364915.
HSL color Cylindrical-coordinate representation of color #336AAD: hue angle of 212.95º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #336AAD is Cyan = 0.71, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 51 | 106 | 173 | - |
| CMYK | 0.71 | 0.39 | 0 | 0.32 |
| HSL | 212.95º | 0.54% | 0.44% | - |
| HSV(B) | 212.95º | 0.71% | 0.68% | - |
| XYZ | 14.06 | 14.03 | 41.5 | - |
| YUV | 97.19 | 170.78 | 95.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 106 | 173 | 0.71 | 0.39 | 0 | 0.32 | 212.95 | 0.54 | 0.44 |
| Hex | 33 | 6A | AD | 47 | 27 | 0 | 20 | D5 | 36 | 2C |
| Octal | 63 | 152 | 255 | 107 | 47 | 0 | 40 | 325 | 66 | 54 |
| Binary | 110011 | 1101010 | 10101101 | 1000111 | 100111 | 0 | 100000 | 11010101 | 110110 | 101100 |
Color Harmonies of #336AAD
Complementary color
Monochromatic Colors of #336AAD
Black with #336AAD
Text Example
Text Example
White with #336AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336AAD; }
p { color: rgb(51,106,173); }
H1.HeaderClassName
{
color: #336AAD;
}
.AnyTagClassName
{
color: #336AAD;
}
</style>
background-color css
<style>
a { background-color: #336AAD; }
a { background-color: rgb(51,106,173); }
div.DivClassName
{
background-color: #336AAD;
}
.BgClassName
{
background-color: #336AAD;
}
</style>
border-color css
<style>
span { border-color: #336AAD; }
span { border-color: rgb(51,106,173); }
td.TdClassName
{
border-color: #336AAD;
}
.TagClassName
{
border-color: #336AAD;
}
</style>