Shades of Lochmara #21759B
Tints of Lochmara #21759B
RGB
CMYK
RGB Variations
Color information
#21759B (or 0x21759B) is known color: Lochmara. HEX triplet: 21, 75 and 9B. RGB value is (33,117,155). Sum of RGB (Red+Green+Blue) = 33+117+155=305 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.82% from 305); Green value is 117 (46.09% from 255 or 38.36% from 305); Blue value is 155 (60.94% from 255 or 50.82% from 305); Max value from RGB is 155 - color contains mainly: blue. Hex color #21759B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #21759B is #DE8A64. Grayscale: #5F5F5F. Windows color (decimal): -14584421 or 10188065. OLE color: 10188065.
HSL color Cylindrical-coordinate representation of color #21759B: hue angle of 198.69º 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 #21759B is Cyan = 0.79, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 33 | 117 | 155 | - |
| CMYK | 0.79 | 0.25 | 0 | 0.39 |
| HSL | 198.69º | 0.65% | 0.37% | - |
| HSV(B) | 198.69º | 0.79% | 0.61% | - |
| XYZ | 12.9 | 15.41 | 33.31 | - |
| YUV | 96.22 | 161.17 | 82.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 117 | 155 | 0.79 | 0.25 | 0 | 0.39 | 198.69 | 0.65 | 0.37 |
| Hex | 21 | 75 | 9B | 4F | 19 | 0 | 27 | C7 | 41 | 25 |
| Octal | 41 | 165 | 233 | 117 | 31 | 0 | 47 | 307 | 101 | 45 |
| Binary | 100001 | 1110101 | 10011011 | 1001111 | 11001 | 0 | 100111 | 11000111 | 1000001 | 100101 |
Color Harmonies of #21759B
Complementary color
Monochromatic Colors of #21759B
Black with #21759B
Text Example
Text Example
White with #21759B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21759B; }
p { color: rgb(33,117,155); }
H1.HeaderClassName
{
color: #21759B;
}
.AnyTagClassName
{
color: #21759B;
}
</style>
background-color css
<style>
a { background-color: #21759B; }
a { background-color: rgb(33,117,155); }
div.DivClassName
{
background-color: #21759B;
}
.BgClassName
{
background-color: #21759B;
}
</style>
border-color css
<style>
span { border-color: #21759B; }
span { border-color: rgb(33,117,155); }
td.TdClassName
{
border-color: #21759B;
}
.TagClassName
{
border-color: #21759B;
}
</style>