Shades of Lochmara #21769E
Tints of Lochmara #21769E
RGB
CMYK
RGB Variations
Color information
#21769E (or 0x21769E) is known color: Lochmara. HEX triplet: 21, 76 and 9E. RGB value is (33,118,158). Sum of RGB (Red+Green+Blue) = 33+118+158=309 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.68% from 309); Green value is 118 (46.48% from 255 or 38.19% from 309); Blue value is 158 (62.11% from 255 or 51.13% from 309); Max value from RGB is 158 - color contains mainly: blue. Hex color #21769E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #21769E is #DE8961. Grayscale: #606060. Windows color (decimal): -14584162 or 10384929. OLE color: 10384929.
HSL color Cylindrical-coordinate representation of color #21769E: hue angle of 199.2º 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 #21769E is Cyan = 0.79, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 33 | 118 | 158 | - |
| CMYK | 0.79 | 0.25 | 0 | 0.38 |
| HSL | 199.2º | 0.65% | 0.37% | - |
| HSV(B) | 199.2º | 0.79% | 0.62% | - |
| XYZ | 13.28 | 15.75 | 34.69 | - |
| YUV | 97.15 | 162.34 | 82.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 118 | 158 | 0.79 | 0.25 | 0 | 0.38 | 199.2 | 0.65 | 0.37 |
| Hex | 21 | 76 | 9E | 4F | 19 | 0 | 26 | C7 | 41 | 25 |
| Octal | 41 | 166 | 236 | 117 | 31 | 0 | 46 | 307 | 101 | 45 |
| Binary | 100001 | 1110110 | 10011110 | 1001111 | 11001 | 0 | 100110 | 11000111 | 1000001 | 100101 |
Color Harmonies of #21769E
Complementary color
Monochromatic Colors of #21769E
Black with #21769E
Text Example
Text Example
White with #21769E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21769E; }
p { color: rgb(33,118,158); }
H1.HeaderClassName
{
color: #21769E;
}
.AnyTagClassName
{
color: #21769E;
}
</style>
background-color css
<style>
a { background-color: #21769E; }
a { background-color: rgb(33,118,158); }
div.DivClassName
{
background-color: #21769E;
}
.BgClassName
{
background-color: #21769E;
}
</style>
border-color css
<style>
span { border-color: #21769E; }
span { border-color: rgb(33,118,158); }
td.TdClassName
{
border-color: #21769E;
}
.TagClassName
{
border-color: #21769E;
}
</style>