Shades of Lochmara #21749B
Tints of Lochmara #21749B
RGB
CMYK
RGB Variations
Color information
#21749B (or 0x21749B) is known color: Lochmara. HEX triplet: 21, 74 and 9B. RGB value is (33,116,155). Sum of RGB (Red+Green+Blue) = 33+116+155=304 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.86% from 304); Green value is 116 (45.70% from 255 or 38.16% from 304); Blue value is 155 (60.94% from 255 or 50.99% from 304); Max value from RGB is 155 - color contains mainly: blue. Hex color #21749B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #21749B is #DE8B64. Grayscale: #5F5F5F. Windows color (decimal): -14584677 or 10187809. OLE color: 10187809.
HSL color Cylindrical-coordinate representation of color #21749B: hue angle of 199.18º 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 #21749B is Cyan = 0.79, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 33 | 116 | 155 | - |
| CMYK | 0.79 | 0.25 | 0 | 0.39 |
| HSL | 199.18º | 0.65% | 0.37% | - |
| HSV(B) | 199.18º | 0.79% | 0.61% | - |
| XYZ | 12.79 | 15.18 | 33.27 | - |
| YUV | 95.63 | 161.5 | 83.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 116 | 155 | 0.79 | 0.25 | 0 | 0.39 | 199.18 | 0.65 | 0.37 |
| Hex | 21 | 74 | 9B | 4F | 19 | 0 | 27 | C7 | 41 | 25 |
| Octal | 41 | 164 | 233 | 117 | 31 | 0 | 47 | 307 | 101 | 45 |
| Binary | 100001 | 1110100 | 10011011 | 1001111 | 11001 | 0 | 100111 | 11000111 | 1000001 | 100101 |
Color Harmonies of #21749B
Complementary color
Monochromatic Colors of #21749B
Black with #21749B
Text Example
Text Example
White with #21749B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21749B; }
p { color: rgb(33,116,155); }
H1.HeaderClassName
{
color: #21749B;
}
.AnyTagClassName
{
color: #21749B;
}
</style>
background-color css
<style>
a { background-color: #21749B; }
a { background-color: rgb(33,116,155); }
div.DivClassName
{
background-color: #21749B;
}
.BgClassName
{
background-color: #21749B;
}
</style>
border-color css
<style>
span { border-color: #21749B; }
span { border-color: rgb(33,116,155); }
td.TdClassName
{
border-color: #21749B;
}
.TagClassName
{
border-color: #21749B;
}
</style>