Shades of Lochmara #21669D
Tints of Lochmara #21669D
RGB
CMYK
RGB Variations
Color information
#21669D (or 0x21669D) is known color: Lochmara. HEX triplet: 21, 66 and 9D. RGB value is (33,102,157). Sum of RGB (Red+Green+Blue) = 33+102+157=292 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.30% from 292); Green value is 102 (40.23% from 255 or 34.93% from 292); Blue value is 157 (61.72% from 255 or 53.77% from 292); Max value from RGB is 157 - color contains mainly: blue. Hex color #21669D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #21669D is #DE9962. Grayscale: #575757. Windows color (decimal): -14588259 or 10315297. OLE color: 10315297.
HSL color Cylindrical-coordinate representation of color #21669D: hue angle of 206.61º 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 #21669D is Cyan = 0.79, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 33 | 102 | 157 | - |
| CMYK | 0.79 | 0.35 | 0 | 0.38 |
| HSL | 206.61º | 0.65% | 0.37% | - |
| HSV(B) | 206.61º | 0.79% | 0.62% | - |
| XYZ | 11.46 | 12.26 | 33.66 | - |
| YUV | 87.64 | 167.14 | 89.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 102 | 157 | 0.79 | 0.35 | 0 | 0.38 | 206.61 | 0.65 | 0.37 |
| Hex | 21 | 66 | 9D | 4F | 23 | 0 | 26 | CF | 41 | 25 |
| Octal | 41 | 146 | 235 | 117 | 43 | 0 | 46 | 317 | 101 | 45 |
| Binary | 100001 | 1100110 | 10011101 | 1001111 | 100011 | 0 | 100110 | 11001111 | 1000001 | 100101 |
Color Harmonies of #21669D
Complementary color
Monochromatic Colors of #21669D
Black with #21669D
Text Example
Text Example
White with #21669D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21669D; }
p { color: rgb(33,102,157); }
H1.HeaderClassName
{
color: #21669D;
}
.AnyTagClassName
{
color: #21669D;
}
</style>
background-color css
<style>
a { background-color: #21669D; }
a { background-color: rgb(33,102,157); }
div.DivClassName
{
background-color: #21669D;
}
.BgClassName
{
background-color: #21669D;
}
</style>
border-color css
<style>
span { border-color: #21669D; }
span { border-color: rgb(33,102,157); }
td.TdClassName
{
border-color: #21669D;
}
.TagClassName
{
border-color: #21669D;
}
</style>