Shades of Lochmara #33699A
Tints of Lochmara #33699A
RGB
CMYK
RGB Variations
Color information
#33699A (or 0x33699A) is known color: Lochmara. HEX triplet: 33, 69 and 9A. RGB value is (51,105,154). Sum of RGB (Red+Green+Blue) = 51+105+154=310 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.45% from 310); Green value is 105 (41.41% from 255 or 33.87% from 310); Blue value is 154 (60.55% from 255 or 49.68% from 310); Max value from RGB is 154 - color contains mainly: blue. Hex color #33699A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #33699A is #CC9665. Grayscale: #5E5E5E. Windows color (decimal): -13407846 or 10119475. OLE color: 10119475.
HSL color Cylindrical-coordinate representation of color #33699A: hue angle of 208.54º 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 #33699A is Cyan = 0.67, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 51 | 105 | 154 | - |
| CMYK | 0.67 | 0.32 | 0 | 0.40 |
| HSL | 208.54º | 0.5% | 0.4% | - |
| HSV(B) | 208.54º | 0.67% | 0.6% | - |
| XYZ | 12.25 | 13.14 | 32.46 | - |
| YUV | 94.44 | 161.61 | 97.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 105 | 154 | 0.67 | 0.32 | 0 | 0.40 | 208.54 | 0.5 | 0.4 |
| Hex | 33 | 69 | 9A | 43 | 20 | 0 | 28 | D1 | 32 | 28 |
| Octal | 63 | 151 | 232 | 103 | 40 | 0 | 50 | 321 | 62 | 50 |
| Binary | 110011 | 1101001 | 10011010 | 1000011 | 100000 | 0 | 101000 | 11010001 | 110010 | 101000 |
Color Harmonies of #33699A
Complementary color
Monochromatic Colors of #33699A
Black with #33699A
Text Example
Text Example
White with #33699A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33699A; }
p { color: rgb(51,105,154); }
H1.HeaderClassName
{
color: #33699A;
}
.AnyTagClassName
{
color: #33699A;
}
</style>
background-color css
<style>
a { background-color: #33699A; }
a { background-color: rgb(51,105,154); }
div.DivClassName
{
background-color: #33699A;
}
.BgClassName
{
background-color: #33699A;
}
</style>
border-color css
<style>
span { border-color: #33699A; }
span { border-color: rgb(51,105,154); }
td.TdClassName
{
border-color: #33699A;
}
.TagClassName
{
border-color: #33699A;
}
</style>