Shades of Lochmara #21749C
Tints of Lochmara #21749C
RGB
CMYK
RGB Variations
Color information
#21749C (or 0x21749C) is known color: Lochmara. HEX triplet: 21, 74 and 9C. RGB value is (33,116,156). Sum of RGB (Red+Green+Blue) = 33+116+156=305 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.82% from 305); Green value is 116 (45.70% from 255 or 38.03% from 305); Blue value is 156 (61.33% from 255 or 51.15% from 305); Max value from RGB is 156 - color contains mainly: blue. Hex color #21749C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #21749C is #DE8B63. Grayscale: #5F5F5F. Windows color (decimal): -14584676 or 10253345. OLE color: 10253345.
HSL color Cylindrical-coordinate representation of color #21749C: hue angle of 199.51º 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 #21749C is Cyan = 0.79, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 33 | 116 | 156 | - |
| CMYK | 0.79 | 0.26 | 0 | 0.39 |
| HSL | 199.51º | 0.65% | 0.37% | - |
| HSV(B) | 199.51º | 0.79% | 0.61% | - |
| XYZ | 12.87 | 15.21 | 33.71 | - |
| YUV | 95.74 | 162 | 83.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 116 | 156 | 0.79 | 0.26 | 0 | 0.39 | 199.51 | 0.65 | 0.37 |
| Hex | 21 | 74 | 9C | 4F | 1A | 0 | 27 | C8 | 41 | 25 |
| Octal | 41 | 164 | 234 | 117 | 32 | 0 | 47 | 310 | 101 | 45 |
| Binary | 100001 | 1110100 | 10011100 | 1001111 | 11010 | 0 | 100111 | 11001000 | 1000001 | 100101 |
Color Harmonies of #21749C
Complementary color
Monochromatic Colors of #21749C
Black with #21749C
Text Example
Text Example
White with #21749C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21749C; }
p { color: rgb(33,116,156); }
H1.HeaderClassName
{
color: #21749C;
}
.AnyTagClassName
{
color: #21749C;
}
</style>
background-color css
<style>
a { background-color: #21749C; }
a { background-color: rgb(33,116,156); }
div.DivClassName
{
background-color: #21749C;
}
.BgClassName
{
background-color: #21749C;
}
</style>
border-color css
<style>
span { border-color: #21749C; }
span { border-color: rgb(33,116,156); }
td.TdClassName
{
border-color: #21749C;
}
.TagClassName
{
border-color: #21749C;
}
</style>