Shades of Lochmara #336DB5
Tints of Lochmara #336DB5
RGB
CMYK
RGB Variations
Color information
#336DB5 (or 0x336DB5) is known color: Lochmara. HEX triplet: 33, 6D and B5. RGB value is (51,109,181). Sum of RGB (Red+Green+Blue) = 51+109+181=341 (45% of max value = 765). Red value is 51 (20.31% from 255 or 14.96% from 341); Green value is 109 (42.97% from 255 or 31.96% from 341); Blue value is 181 (71.09% from 255 or 53.08% from 341); Max value from RGB is 181 - color contains mainly: blue. Hex color #336DB5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #336DB5 is #CC924A. Grayscale: #636363. Windows color (decimal): -13406795 or 11889971. OLE color: 11889971.
HSL color Cylindrical-coordinate representation of color #336DB5: hue angle of 213.23º 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 #336DB5 is Cyan = 0.72, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 51 | 109 | 181 | - |
| CMYK | 0.72 | 0.40 | 0 | 0.29 |
| HSL | 213.23º | 0.56% | 0.45% | - |
| HSV(B) | 213.23º | 0.72% | 0.71% | - |
| XYZ | 15.17 | 14.98 | 45.81 | - |
| YUV | 99.87 | 173.78 | 93.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 109 | 181 | 0.72 | 0.40 | 0 | 0.29 | 213.23 | 0.56 | 0.45 |
| Hex | 33 | 6D | B5 | 48 | 28 | 0 | 1D | D5 | 38 | 2D |
| Octal | 63 | 155 | 265 | 110 | 50 | 0 | 35 | 325 | 70 | 55 |
| Binary | 110011 | 1101101 | 10110101 | 1001000 | 101000 | 0 | 11101 | 11010101 | 111000 | 101101 |
Color Harmonies of #336DB5
Complementary color
Monochromatic Colors of #336DB5
Black with #336DB5
Text Example
Text Example
White with #336DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336DB5; }
p { color: rgb(51,109,181); }
H1.HeaderClassName
{
color: #336DB5;
}
.AnyTagClassName
{
color: #336DB5;
}
</style>
background-color css
<style>
a { background-color: #336DB5; }
a { background-color: rgb(51,109,181); }
div.DivClassName
{
background-color: #336DB5;
}
.BgClassName
{
background-color: #336DB5;
}
</style>
border-color css
<style>
span { border-color: #336DB5; }
span { border-color: rgb(51,109,181); }
td.TdClassName
{
border-color: #336DB5;
}
.TagClassName
{
border-color: #336DB5;
}
</style>