Shades of Lochmara #21669A
Tints of Lochmara #21669A
RGB
CMYK
RGB Variations
Color information
#21669A (or 0x21669A) is known color: Lochmara. HEX triplet: 21, 66 and 9A. RGB value is (33,102,154). Sum of RGB (Red+Green+Blue) = 33+102+154=289 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.42% from 289); Green value is 102 (40.23% from 255 or 35.29% from 289); Blue value is 154 (60.55% from 255 or 53.29% from 289); Max value from RGB is 154 - color contains mainly: blue. Hex color #21669A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #21669A is #DE9965. Grayscale: #575757. Windows color (decimal): -14588262 or 10118689. OLE color: 10118689.
HSL color Cylindrical-coordinate representation of color #21669A: hue angle of 205.79º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #21669A is Cyan = 0.79, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 33 | 102 | 154 | - |
| CMYK | 0.79 | 0.34 | 0 | 0.40 |
| HSL | 205.79º | 0.65% | 0.37% | - |
| HSV(B) | 205.79º | 0.79% | 0.6% | - |
| XYZ | 11.21 | 12.16 | 32.33 | - |
| YUV | 87.3 | 165.64 | 89.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 102 | 154 | 0.79 | 0.34 | 0 | 0.40 | 205.79 | 0.65 | 0.37 |
| Hex | 21 | 66 | 9A | 4F | 22 | 0 | 28 | CE | 41 | 25 |
| Octal | 41 | 146 | 232 | 117 | 42 | 0 | 50 | 316 | 101 | 45 |
| Binary | 100001 | 1100110 | 10011010 | 1001111 | 100010 | 0 | 101000 | 11001110 | 1000001 | 100101 |
Color Harmonies of #21669A
Complementary color
Monochromatic Colors of #21669A
Black with #21669A
Text Example
Text Example
White with #21669A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21669A; }
p { color: rgb(33,102,154); }
H1.HeaderClassName
{
color: #21669A;
}
.AnyTagClassName
{
color: #21669A;
}
</style>
background-color css
<style>
a { background-color: #21669A; }
a { background-color: rgb(33,102,154); }
div.DivClassName
{
background-color: #21669A;
}
.BgClassName
{
background-color: #21669A;
}
</style>
border-color css
<style>
span { border-color: #21669A; }
span { border-color: rgb(33,102,154); }
td.TdClassName
{
border-color: #21669A;
}
.TagClassName
{
border-color: #21669A;
}
</style>