Shades of Lochmara #21789B
Tints of Lochmara #21789B
RGB
CMYK
RGB Variations
Color information
#21789B (or 0x21789B) is known color: Lochmara. HEX triplet: 21, 78 and 9B. RGB value is (33,120,155). Sum of RGB (Red+Green+Blue) = 33+120+155=308 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.71% from 308); Green value is 120 (47.27% from 255 or 38.96% from 308); Blue value is 155 (60.94% from 255 or 50.32% from 308); Max value from RGB is 155 - color contains mainly: blue. Hex color #21789B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #21789B is #DE8764. Grayscale: #616161. Windows color (decimal): -14583653 or 10188833. OLE color: 10188833.
HSL color Cylindrical-coordinate representation of color #21789B: hue angle of 197.21º 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 #21789B is Cyan = 0.79, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 33 | 120 | 155 | - |
| CMYK | 0.79 | 0.23 | 0 | 0.39 |
| HSL | 197.21º | 0.65% | 0.37% | - |
| HSV(B) | 197.21º | 0.79% | 0.61% | - |
| XYZ | 13.26 | 16.12 | 33.42 | - |
| YUV | 97.98 | 160.18 | 81.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 120 | 155 | 0.79 | 0.23 | 0 | 0.39 | 197.21 | 0.65 | 0.37 |
| Hex | 21 | 78 | 9B | 4F | 17 | 0 | 27 | C5 | 41 | 25 |
| Octal | 41 | 170 | 233 | 117 | 27 | 0 | 47 | 305 | 101 | 45 |
| Binary | 100001 | 1111000 | 10011011 | 1001111 | 10111 | 0 | 100111 | 11000101 | 1000001 | 100101 |
Color Harmonies of #21789B
Complementary color
Monochromatic Colors of #21789B
Black with #21789B
Text Example
Text Example
White with #21789B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21789B; }
p { color: rgb(33,120,155); }
H1.HeaderClassName
{
color: #21789B;
}
.AnyTagClassName
{
color: #21789B;
}
</style>
background-color css
<style>
a { background-color: #21789B; }
a { background-color: rgb(33,120,155); }
div.DivClassName
{
background-color: #21789B;
}
.BgClassName
{
background-color: #21789B;
}
</style>
border-color css
<style>
span { border-color: #21789B; }
span { border-color: rgb(33,120,155); }
td.TdClassName
{
border-color: #21789B;
}
.TagClassName
{
border-color: #21789B;
}
</style>