Shades of Lochmara #21689E
Tints of Lochmara #21689E
RGB
CMYK
RGB Variations
Color information
#21689E (or 0x21689E) is known color: Lochmara. HEX triplet: 21, 68 and 9E. RGB value is (33,104,158). Sum of RGB (Red+Green+Blue) = 33+104+158=295 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.19% from 295); Green value is 104 (41.02% from 255 or 35.25% from 295); Blue value is 158 (62.11% from 255 or 53.56% from 295); Max value from RGB is 158 - color contains mainly: blue. Hex color #21689E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #21689E is #DE9761. Grayscale: #585858. Windows color (decimal): -14587746 or 10381345. OLE color: 10381345.
HSL color Cylindrical-coordinate representation of color #21689E: hue angle of 205.92º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #21689E is Cyan = 0.79, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 33 | 104 | 158 | - |
| CMYK | 0.79 | 0.34 | 0 | 0.38 |
| HSL | 205.92º | 0.65% | 0.37% | - |
| HSV(B) | 205.92º | 0.79% | 0.62% | - |
| XYZ | 11.75 | 12.69 | 34.18 | - |
| YUV | 88.93 | 166.98 | 88.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 104 | 158 | 0.79 | 0.34 | 0 | 0.38 | 205.92 | 0.65 | 0.37 |
| Hex | 21 | 68 | 9E | 4F | 22 | 0 | 26 | CE | 41 | 25 |
| Octal | 41 | 150 | 236 | 117 | 42 | 0 | 46 | 316 | 101 | 45 |
| Binary | 100001 | 1101000 | 10011110 | 1001111 | 100010 | 0 | 100110 | 11001110 | 1000001 | 100101 |
Color Harmonies of #21689E
Complementary color
Monochromatic Colors of #21689E
Black with #21689E
Text Example
Text Example
White with #21689E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21689E; }
p { color: rgb(33,104,158); }
H1.HeaderClassName
{
color: #21689E;
}
.AnyTagClassName
{
color: #21689E;
}
</style>
background-color css
<style>
a { background-color: #21689E; }
a { background-color: rgb(33,104,158); }
div.DivClassName
{
background-color: #21689E;
}
.BgClassName
{
background-color: #21689E;
}
</style>
border-color css
<style>
span { border-color: #21689E; }
span { border-color: rgb(33,104,158); }
td.TdClassName
{
border-color: #21689E;
}
.TagClassName
{
border-color: #21689E;
}
</style>