Shades of Lochmara #336993
Tints of Lochmara #336993
RGB
CMYK
RGB Variations
Color information
#336993 (or 0x336993) is known color: Lochmara. HEX triplet: 33, 69 and 93. RGB value is (51,105,147). Sum of RGB (Red+Green+Blue) = 51+105+147=303 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.83% from 303); Green value is 105 (41.41% from 255 or 34.65% from 303); Blue value is 147 (57.81% from 255 or 48.51% from 303); Max value from RGB is 147 - color contains mainly: blue. Hex color #336993 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336993 is #CC966C. Grayscale: #5D5D5D. Windows color (decimal): -13407853 or 9660723. OLE color: 9660723.
HSL color Cylindrical-coordinate representation of color #336993: hue angle of 206.25º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #336993 is Cyan = 0.65, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 51 | 105 | 147 | - |
| CMYK | 0.65 | 0.29 | 0 | 0.42 |
| HSL | 206.25º | 0.48% | 0.39% | - |
| HSV(B) | 206.25º | 0.65% | 0.58% | - |
| XYZ | 11.68 | 12.91 | 29.48 | - |
| YUV | 93.64 | 158.11 | 97.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 105 | 147 | 0.65 | 0.29 | 0 | 0.42 | 206.25 | 0.48 | 0.39 |
| Hex | 33 | 69 | 93 | 41 | 1D | 0 | 2A | CE | 30 | 27 |
| Octal | 63 | 151 | 223 | 101 | 35 | 0 | 52 | 316 | 60 | 47 |
| Binary | 110011 | 1101001 | 10010011 | 1000001 | 11101 | 0 | 101010 | 11001110 | 110000 | 100111 |
Color Harmonies of #336993
Complementary color
Monochromatic Colors of #336993
Black with #336993
Text Example
Text Example
White with #336993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336993; }
p { color: rgb(51,105,147); }
H1.HeaderClassName
{
color: #336993;
}
.AnyTagClassName
{
color: #336993;
}
</style>
background-color css
<style>
a { background-color: #336993; }
a { background-color: rgb(51,105,147); }
div.DivClassName
{
background-color: #336993;
}
.BgClassName
{
background-color: #336993;
}
</style>
border-color css
<style>
span { border-color: #336993; }
span { border-color: rgb(51,105,147); }
td.TdClassName
{
border-color: #336993;
}
.TagClassName
{
border-color: #336993;
}
</style>