Shades of Lochmara #21709E
Tints of Lochmara #21709E
RGB
CMYK
RGB Variations
Color information
#21709E (or 0x21709E) is known color: Lochmara. HEX triplet: 21, 70 and 9E. RGB value is (33,112,158). Sum of RGB (Red+Green+Blue) = 33+112+158=303 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.89% from 303); Green value is 112 (44.14% from 255 or 36.96% from 303); Blue value is 158 (62.11% from 255 or 52.15% from 303); Max value from RGB is 158 - color contains mainly: blue. Hex color #21709E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #21709E is #DE8F61. Grayscale: #5D5D5D. Windows color (decimal): -14585698 or 10383393. OLE color: 10383393.
HSL color Cylindrical-coordinate representation of color #21709E: hue angle of 202.08º 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 #21709E is Cyan = 0.79, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 33 | 112 | 158 | - |
| CMYK | 0.79 | 0.29 | 0 | 0.38 |
| HSL | 202.08º | 0.65% | 0.37% | - |
| HSV(B) | 202.08º | 0.79% | 0.62% | - |
| XYZ | 12.59 | 14.38 | 34.46 | - |
| YUV | 93.62 | 164.33 | 84.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 112 | 158 | 0.79 | 0.29 | 0 | 0.38 | 202.08 | 0.65 | 0.37 |
| Hex | 21 | 70 | 9E | 4F | 1D | 0 | 26 | CA | 41 | 25 |
| Octal | 41 | 160 | 236 | 117 | 35 | 0 | 46 | 312 | 101 | 45 |
| Binary | 100001 | 1110000 | 10011110 | 1001111 | 11101 | 0 | 100110 | 11001010 | 1000001 | 100101 |
Color Harmonies of #21709E
Complementary color
Monochromatic Colors of #21709E
Black with #21709E
Text Example
Text Example
White with #21709E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21709E; }
p { color: rgb(33,112,158); }
H1.HeaderClassName
{
color: #21709E;
}
.AnyTagClassName
{
color: #21709E;
}
</style>
background-color css
<style>
a { background-color: #21709E; }
a { background-color: rgb(33,112,158); }
div.DivClassName
{
background-color: #21709E;
}
.BgClassName
{
background-color: #21709E;
}
</style>
border-color css
<style>
span { border-color: #21709E; }
span { border-color: rgb(33,112,158); }
td.TdClassName
{
border-color: #21709E;
}
.TagClassName
{
border-color: #21709E;
}
</style>