Shades of Lochmara #21789C
Tints of Lochmara #21789C
RGB
CMYK
RGB Variations
Color information
#21789C (or 0x21789C) is known color: Lochmara. HEX triplet: 21, 78 and 9C. RGB value is (33,120,156). Sum of RGB (Red+Green+Blue) = 33+120+156=309 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.68% from 309); Green value is 120 (47.27% from 255 or 38.83% from 309); Blue value is 156 (61.33% from 255 or 50.49% from 309); Max value from RGB is 156 - color contains mainly: blue. Hex color #21789C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #21789C is #DE8763. Grayscale: #616161. Windows color (decimal): -14583652 or 10254369. OLE color: 10254369.
HSL color Cylindrical-coordinate representation of color #21789C: hue angle of 197.56º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #21789C is Cyan = 0.79, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 33 | 120 | 156 | - |
| CMYK | 0.79 | 0.23 | 0 | 0.39 |
| HSL | 197.56º | 0.65% | 0.37% | - |
| HSV(B) | 197.56º | 0.79% | 0.61% | - |
| XYZ | 13.34 | 16.16 | 33.87 | - |
| YUV | 98.09 | 160.68 | 81.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 120 | 156 | 0.79 | 0.23 | 0 | 0.39 | 197.56 | 0.65 | 0.37 |
| Hex | 21 | 78 | 9C | 4F | 17 | 0 | 27 | C6 | 41 | 25 |
| Octal | 41 | 170 | 234 | 117 | 27 | 0 | 47 | 306 | 101 | 45 |
| Binary | 100001 | 1111000 | 10011100 | 1001111 | 10111 | 0 | 100111 | 11000110 | 1000001 | 100101 |
Color Harmonies of #21789C
Complementary color
Monochromatic Colors of #21789C
Black with #21789C
Text Example
Text Example
White with #21789C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21789C; }
p { color: rgb(33,120,156); }
H1.HeaderClassName
{
color: #21789C;
}
.AnyTagClassName
{
color: #21789C;
}
</style>
background-color css
<style>
a { background-color: #21789C; }
a { background-color: rgb(33,120,156); }
div.DivClassName
{
background-color: #21789C;
}
.BgClassName
{
background-color: #21789C;
}
</style>
border-color css
<style>
span { border-color: #21789C; }
span { border-color: rgb(33,120,156); }
td.TdClassName
{
border-color: #21789C;
}
.TagClassName
{
border-color: #21789C;
}
</style>