Shades of Lochmara #336699
Tints of Lochmara #336699
RGB
CMYK
RGB Variations
Color information
#336699 (or 0x336699) is known color: Lochmara. HEX triplet: 33, 66 and 99. RGB value is (51,102,153). Sum of RGB (Red+Green+Blue) = 51+102+153=306 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.67% from 306); Green value is 102 (40.23% from 255 or 33.33% from 306); Blue value is 153 (60.16% from 255 or 50% from 306); Max value from RGB is 153 - color contains mainly: blue. Hex color #336699 is a web safe color. Inversed color of #336699 is #CC9966. Grayscale: #5C5C5C. Windows color (decimal): -13408615 or 10053171. OLE color: 10053171.
HSL color Cylindrical-coordinate representation of color #336699: hue angle of 210º 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 #336699 is Cyan = 0.67, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
RGB | 51 | 102 | 153 | - |
CMYK | 0.67 | 0.33 | 0 | 0.4 |
HSL | 210º | 0.5% | 0.4% | - |
HSV(B) | 210º | 0.67% | 0.6% | - |
XYZ | 11.87 | 12.51 | 31.93 | - |
YUV | 92.57 | 162.1 | 98.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 51 | 102 | 153 | 0.67 | 0.33 | 0 | 0.4 | 210 | 0.5 | 0.4 |
Hex | 33 | 66 | 99 | 43 | 21 | 0 | 28 | D2 | 32 | 28 |
Octal | 63 | 146 | 231 | 103 | 41 | 0 | 50 | 322 | 62 | 50 |
Binary | 110011 | 1100110 | 10011001 | 1000011 | 100001 | 0 | 101000 | 11010010 | 110010 | 101000 |
Color Harmonies of #336699
Complementary color
Monochromatic Colors of #336699
Black with #336699
Text Example
Text Example
White with #336699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336699; }
p { color: rgb(51,102,153); }
H1.HeaderClassName
{
color: #336699;
}
.AnyTagClassName
{
color: #336699;
}
</style>
background-color css
<style>
a { background-color: #336699; }
a { background-color: rgb(51,102,153); }
div.DivClassName
{
background-color: #336699;
}
.BgClassName
{
background-color: #336699;
}
</style>
border-color css
<style>
span { border-color: #336699; }
span { border-color: rgb(51,102,153); }
td.TdClassName
{
border-color: #336699;
}
.TagClassName
{
border-color: #336699;
}
</style>