Shades of Lochmara #21659C
Tints of Lochmara #21659C
RGB
CMYK
RGB Variations
Color information
#21659C (or 0x21659C) is known color: Lochmara. HEX triplet: 21, 65 and 9C. RGB value is (33,101,156). Sum of RGB (Red+Green+Blue) = 33+101+156=290 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.38% from 290); Green value is 101 (39.84% from 255 or 34.83% from 290); Blue value is 156 (61.33% from 255 or 53.79% from 290); Max value from RGB is 156 - color contains mainly: blue. Hex color #21659C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #21659C is #DE9A63. Grayscale: #565656. Windows color (decimal): -14588516 or 10249505. OLE color: 10249505.
HSL color Cylindrical-coordinate representation of color #21659C: hue angle of 206.83º 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 #21659C is Cyan = 0.79, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 33 | 101 | 156 | - |
| CMYK | 0.79 | 0.35 | 0 | 0.39 |
| HSL | 206.83º | 0.65% | 0.37% | - |
| HSV(B) | 206.83º | 0.79% | 0.61% | - |
| XYZ | 11.28 | 12.03 | 33.18 | - |
| YUV | 86.94 | 166.97 | 89.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 101 | 156 | 0.79 | 0.35 | 0 | 0.39 | 206.83 | 0.65 | 0.37 |
| Hex | 21 | 65 | 9C | 4F | 23 | 0 | 27 | CF | 41 | 25 |
| Octal | 41 | 145 | 234 | 117 | 43 | 0 | 47 | 317 | 101 | 45 |
| Binary | 100001 | 1100101 | 10011100 | 1001111 | 100011 | 0 | 100111 | 11001111 | 1000001 | 100101 |
Color Harmonies of #21659C
Complementary color
Monochromatic Colors of #21659C
Black with #21659C
Text Example
Text Example
White with #21659C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21659C; }
p { color: rgb(33,101,156); }
H1.HeaderClassName
{
color: #21659C;
}
.AnyTagClassName
{
color: #21659C;
}
</style>
background-color css
<style>
a { background-color: #21659C; }
a { background-color: rgb(33,101,156); }
div.DivClassName
{
background-color: #21659C;
}
.BgClassName
{
background-color: #21659C;
}
</style>
border-color css
<style>
span { border-color: #21659C; }
span { border-color: rgb(33,101,156); }
td.TdClassName
{
border-color: #21659C;
}
.TagClassName
{
border-color: #21659C;
}
</style>