Shades of Lochmara #21719D
Tints of Lochmara #21719D
RGB
CMYK
RGB Variations
Color information
#21719D (or 0x21719D) is known color: Lochmara. HEX triplet: 21, 71 and 9D. RGB value is (33,113,157). Sum of RGB (Red+Green+Blue) = 33+113+157=303 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.89% from 303); Green value is 113 (44.53% from 255 or 37.29% from 303); Blue value is 157 (61.72% from 255 or 51.82% from 303); Max value from RGB is 157 - color contains mainly: blue. Hex color #21719D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #21719D is #DE8E62. Grayscale: #5D5D5D. Windows color (decimal): -14585443 or 10318113. OLE color: 10318113.
HSL color Cylindrical-coordinate representation of color #21719D: hue angle of 201.29º 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 #21719D is Cyan = 0.79, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 33 | 113 | 157 | - |
| CMYK | 0.79 | 0.28 | 0 | 0.38 |
| HSL | 201.29º | 0.65% | 0.37% | - |
| HSV(B) | 201.29º | 0.79% | 0.62% | - |
| XYZ | 12.62 | 14.57 | 34.05 | - |
| YUV | 94.1 | 163.5 | 84.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 113 | 157 | 0.79 | 0.28 | 0 | 0.38 | 201.29 | 0.65 | 0.37 |
| Hex | 21 | 71 | 9D | 4F | 1C | 0 | 26 | C9 | 41 | 25 |
| Octal | 41 | 161 | 235 | 117 | 34 | 0 | 46 | 311 | 101 | 45 |
| Binary | 100001 | 1110001 | 10011101 | 1001111 | 11100 | 0 | 100110 | 11001001 | 1000001 | 100101 |
Color Harmonies of #21719D
Complementary color
Monochromatic Colors of #21719D
Black with #21719D
Text Example
Text Example
White with #21719D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21719D; }
p { color: rgb(33,113,157); }
H1.HeaderClassName
{
color: #21719D;
}
.AnyTagClassName
{
color: #21719D;
}
</style>
background-color css
<style>
a { background-color: #21719D; }
a { background-color: rgb(33,113,157); }
div.DivClassName
{
background-color: #21719D;
}
.BgClassName
{
background-color: #21719D;
}
</style>
border-color css
<style>
span { border-color: #21719D; }
span { border-color: rgb(33,113,157); }
td.TdClassName
{
border-color: #21719D;
}
.TagClassName
{
border-color: #21719D;
}
</style>