Shades of Lochmara #217B9C
Tints of Lochmara #217B9C
RGB
CMYK
RGB Variations
Color information
#217B9C (or 0x217B9C) is known color: Lochmara. HEX triplet: 21, 7B and 9C. RGB value is (33,123,156). Sum of RGB (Red+Green+Blue) = 33+123+156=312 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.58% from 312); Green value is 123 (48.44% from 255 or 39.42% from 312); Blue value is 156 (61.33% from 255 or 50% from 312); Max value from RGB is 156 - color contains mainly: blue. Hex color #217B9C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #217B9C is #DE8463. Grayscale: #636363. Windows color (decimal): -14582884 or 10255137. OLE color: 10255137.
HSL color Cylindrical-coordinate representation of color #217B9C: hue angle of 196.1º 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 #217B9C is Cyan = 0.79, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 33 | 123 | 156 | - |
| CMYK | 0.79 | 0.21 | 0 | 0.39 |
| HSL | 196.1º | 0.65% | 0.37% | - |
| HSV(B) | 196.1º | 0.79% | 0.61% | - |
| XYZ | 13.71 | 16.89 | 33.99 | - |
| YUV | 99.85 | 159.68 | 80.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 123 | 156 | 0.79 | 0.21 | 0 | 0.39 | 196.1 | 0.65 | 0.37 |
| Hex | 21 | 7B | 9C | 4F | 15 | 0 | 27 | C4 | 41 | 25 |
| Octal | 41 | 173 | 234 | 117 | 25 | 0 | 47 | 304 | 101 | 45 |
| Binary | 100001 | 1111011 | 10011100 | 1001111 | 10101 | 0 | 100111 | 11000100 | 1000001 | 100101 |
Color Harmonies of #217B9C
Complementary color
Monochromatic Colors of #217B9C
Black with #217B9C
Text Example
Text Example
White with #217B9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #217B9C; }
p { color: rgb(33,123,156); }
H1.HeaderClassName
{
color: #217B9C;
}
.AnyTagClassName
{
color: #217B9C;
}
</style>
background-color css
<style>
a { background-color: #217B9C; }
a { background-color: rgb(33,123,156); }
div.DivClassName
{
background-color: #217B9C;
}
.BgClassName
{
background-color: #217B9C;
}
</style>
border-color css
<style>
span { border-color: #217B9C; }
span { border-color: rgb(33,123,156); }
td.TdClassName
{
border-color: #217B9C;
}
.TagClassName
{
border-color: #217B9C;
}
</style>