Shades of Lochmara #336399
Tints of Lochmara #336399
RGB
CMYK
RGB Variations
Color information
#336399 (or 0x336399) is known color: Lochmara. HEX triplet: 33, 63 and 99. RGB value is (51,99,153). Sum of RGB (Red+Green+Blue) = 51+99+153=303 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.83% from 303); Green value is 99 (39.06% from 255 or 32.67% from 303); Blue value is 153 (60.16% from 255 or 50.50% from 303); Max value from RGB is 153 - color contains mainly: blue. Hex color #336399 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336399 is #CC9C66. Grayscale: #5A5A5A. Windows color (decimal): -13409383 or 10052403. OLE color: 10052403.
HSL color Cylindrical-coordinate representation of color #336399: hue angle of 211.76º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #336399 is Cyan = 0.67, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 51 | 99 | 153 | - |
| CMYK | 0.67 | 0.35 | 0 | 0.4 |
| HSL | 211.76º | 0.5% | 0.4% | - |
| HSV(B) | 211.76º | 0.67% | 0.6% | - |
| XYZ | 11.58 | 11.93 | 31.83 | - |
| YUV | 90.8 | 163.1 | 99.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 99 | 153 | 0.67 | 0.35 | 0 | 0.4 | 211.76 | 0.5 | 0.4 |
| Hex | 33 | 63 | 99 | 43 | 23 | 0 | 28 | D4 | 32 | 28 |
| Octal | 63 | 143 | 231 | 103 | 43 | 0 | 50 | 324 | 62 | 50 |
| Binary | 110011 | 1100011 | 10011001 | 1000011 | 100011 | 0 | 101000 | 11010100 | 110010 | 101000 |
Color Harmonies of #336399
Complementary color
Monochromatic Colors of #336399
Black with #336399
Text Example
Text Example
White with #336399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336399; }
p { color: rgb(51,99,153); }
H1.HeaderClassName
{
color: #336399;
}
.AnyTagClassName
{
color: #336399;
}
</style>
background-color css
<style>
a { background-color: #336399; }
a { background-color: rgb(51,99,153); }
div.DivClassName
{
background-color: #336399;
}
.BgClassName
{
background-color: #336399;
}
</style>
border-color css
<style>
span { border-color: #336399; }
span { border-color: rgb(51,99,153); }
td.TdClassName
{
border-color: #336399;
}
.TagClassName
{
border-color: #336399;
}
</style>