Shades of Lochmara #21789D
Tints of Lochmara #21789D
RGB
CMYK
RGB Variations
Color information
#21789D (or 0x21789D) is known color: Lochmara. HEX triplet: 21, 78 and 9D. RGB value is (33,120,157). Sum of RGB (Red+Green+Blue) = 33+120+157=310 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.65% from 310); Green value is 120 (47.27% from 255 or 38.71% from 310); Blue value is 157 (61.72% from 255 or 50.65% from 310); Max value from RGB is 157 - color contains mainly: blue. Hex color #21789D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #21789D is #DE8762. Grayscale: #616161. Windows color (decimal): -14583651 or 10319905. OLE color: 10319905.
HSL color Cylindrical-coordinate representation of color #21789D: hue angle of 197.9º 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 #21789D is Cyan = 0.79, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 33 | 120 | 157 | - |
| CMYK | 0.79 | 0.24 | 0 | 0.38 |
| HSL | 197.9º | 0.65% | 0.37% | - |
| HSV(B) | 197.9º | 0.79% | 0.62% | - |
| XYZ | 13.43 | 16.19 | 34.32 | - |
| YUV | 98.21 | 161.18 | 81.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 120 | 157 | 0.79 | 0.24 | 0 | 0.38 | 197.9 | 0.65 | 0.37 |
| Hex | 21 | 78 | 9D | 4F | 18 | 0 | 26 | C6 | 41 | 25 |
| Octal | 41 | 170 | 235 | 117 | 30 | 0 | 46 | 306 | 101 | 45 |
| Binary | 100001 | 1111000 | 10011101 | 1001111 | 11000 | 0 | 100110 | 11000110 | 1000001 | 100101 |
Color Harmonies of #21789D
Complementary color
Monochromatic Colors of #21789D
Black with #21789D
Text Example
Text Example
White with #21789D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21789D; }
p { color: rgb(33,120,157); }
H1.HeaderClassName
{
color: #21789D;
}
.AnyTagClassName
{
color: #21789D;
}
</style>
background-color css
<style>
a { background-color: #21789D; }
a { background-color: rgb(33,120,157); }
div.DivClassName
{
background-color: #21789D;
}
.BgClassName
{
background-color: #21789D;
}
</style>
border-color css
<style>
span { border-color: #21789D; }
span { border-color: rgb(33,120,157); }
td.TdClassName
{
border-color: #21789D;
}
.TagClassName
{
border-color: #21789D;
}
</style>