Shades of Lochmara #336398
Tints of Lochmara #336398
RGB
CMYK
RGB Variations
Color information
#336398 (or 0x336398) is known color: Lochmara. HEX triplet: 33, 63 and 98. RGB value is (51,99,152). Sum of RGB (Red+Green+Blue) = 51+99+152=302 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.89% from 302); Green value is 99 (39.06% from 255 or 32.78% from 302); Blue value is 152 (59.77% from 255 or 50.33% from 302); Max value from RGB is 152 - color contains mainly: blue. Hex color #336398 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336398 is #CC9C67. Grayscale: #5A5A5A. Windows color (decimal): -13409384 or 9986867. OLE color: 9986867.
HSL color Cylindrical-coordinate representation of color #336398: hue angle of 211.49º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #336398 is Cyan = 0.66, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 51 | 99 | 152 | - |
| CMYK | 0.66 | 0.35 | 0 | 0.40 |
| HSL | 211.49º | 0.5% | 0.4% | - |
| HSV(B) | 211.49º | 0.66% | 0.6% | - |
| XYZ | 11.49 | 11.89 | 31.4 | - |
| YUV | 90.69 | 162.6 | 99.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 99 | 152 | 0.66 | 0.35 | 0 | 0.40 | 211.49 | 0.5 | 0.4 |
| Hex | 33 | 63 | 98 | 42 | 23 | 0 | 28 | D3 | 32 | 28 |
| Octal | 63 | 143 | 230 | 102 | 43 | 0 | 50 | 323 | 62 | 50 |
| Binary | 110011 | 1100011 | 10011000 | 1000010 | 100011 | 0 | 101000 | 11010011 | 110010 | 101000 |
Color Harmonies of #336398
Complementary color
Monochromatic Colors of #336398
Black with #336398
Text Example
Text Example
White with #336398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336398; }
p { color: rgb(51,99,152); }
H1.HeaderClassName
{
color: #336398;
}
.AnyTagClassName
{
color: #336398;
}
</style>
background-color css
<style>
a { background-color: #336398; }
a { background-color: rgb(51,99,152); }
div.DivClassName
{
background-color: #336398;
}
.BgClassName
{
background-color: #336398;
}
</style>
border-color css
<style>
span { border-color: #336398; }
span { border-color: rgb(51,99,152); }
td.TdClassName
{
border-color: #336398;
}
.TagClassName
{
border-color: #336398;
}
</style>