Shades of Lochmara #21779D
Tints of Lochmara #21779D
RGB
CMYK
RGB Variations
Color information
#21779D (or 0x21779D) is known color: Lochmara. HEX triplet: 21, 77 and 9D. RGB value is (33,119,157). Sum of RGB (Red+Green+Blue) = 33+119+157=309 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.68% from 309); Green value is 119 (46.88% from 255 or 38.51% from 309); Blue value is 157 (61.72% from 255 or 50.81% from 309); Max value from RGB is 157 - color contains mainly: blue. Hex color #21779D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #21779D is #DE8862. Grayscale: #616161. Windows color (decimal): -14583907 or 10319649. OLE color: 10319649.
HSL color Cylindrical-coordinate representation of color #21779D: hue angle of 198.39º 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 #21779D is Cyan = 0.79, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 33 | 119 | 157 | - |
| CMYK | 0.79 | 0.24 | 0 | 0.38 |
| HSL | 198.39º | 0.65% | 0.37% | - |
| HSV(B) | 198.39º | 0.79% | 0.62% | - |
| XYZ | 13.31 | 15.95 | 34.28 | - |
| YUV | 97.62 | 161.51 | 81.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 119 | 157 | 0.79 | 0.24 | 0 | 0.38 | 198.39 | 0.65 | 0.37 |
| Hex | 21 | 77 | 9D | 4F | 18 | 0 | 26 | C6 | 41 | 25 |
| Octal | 41 | 167 | 235 | 117 | 30 | 0 | 46 | 306 | 101 | 45 |
| Binary | 100001 | 1110111 | 10011101 | 1001111 | 11000 | 0 | 100110 | 11000110 | 1000001 | 100101 |
Color Harmonies of #21779D
Complementary color
Monochromatic Colors of #21779D
Black with #21779D
Text Example
Text Example
White with #21779D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21779D; }
p { color: rgb(33,119,157); }
H1.HeaderClassName
{
color: #21779D;
}
.AnyTagClassName
{
color: #21779D;
}
</style>
background-color css
<style>
a { background-color: #21779D; }
a { background-color: rgb(33,119,157); }
div.DivClassName
{
background-color: #21779D;
}
.BgClassName
{
background-color: #21779D;
}
</style>
border-color css
<style>
span { border-color: #21779D; }
span { border-color: rgb(33,119,157); }
td.TdClassName
{
border-color: #21779D;
}
.TagClassName
{
border-color: #21779D;
}
</style>