Shades of Lochmara #217BA4
Tints of Lochmara #217BA4
RGB
CMYK
RGB Variations
Color information
#217BA4 (or 0x217BA4) is known color: Lochmara. HEX triplet: 21, 7B and A4. RGB value is (33,123,164). Sum of RGB (Red+Green+Blue) = 33+123+164=320 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.31% from 320); Green value is 123 (48.44% from 255 or 38.44% from 320); Blue value is 164 (64.45% from 255 or 51.25% from 320); Max value from RGB is 164 - color contains mainly: blue. Hex color #217BA4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #217BA4 is #DE845B. Grayscale: #646464. Windows color (decimal): -14582876 or 10779425. OLE color: 10779425.
HSL color Cylindrical-coordinate representation of color #217BA4: hue angle of 198.78º degrees, saturation: 0.66, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #217BA4 is Cyan = 0.80, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 33 | 123 | 164 | - |
| CMYK | 0.80 | 0.25 | 0 | 0.36 |
| HSL | 198.78º | 0.66% | 0.39% | - |
| HSV(B) | 198.78º | 0.8% | 0.64% | - |
| XYZ | 14.41 | 17.17 | 37.68 | - |
| YUV | 100.76 | 163.68 | 79.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 123 | 164 | 0.80 | 0.25 | 0 | 0.36 | 198.78 | 0.66 | 0.39 |
| Hex | 21 | 7B | A4 | 50 | 19 | 0 | 24 | C7 | 42 | 27 |
| Octal | 41 | 173 | 244 | 120 | 31 | 0 | 44 | 307 | 102 | 47 |
| Binary | 100001 | 1111011 | 10100100 | 1010000 | 11001 | 0 | 100100 | 11000111 | 1000010 | 100111 |
Color Harmonies of #217BA4
Complementary color
Monochromatic Colors of #217BA4
Black with #217BA4
Text Example
Text Example
White with #217BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #217BA4; }
p { color: rgb(33,123,164); }
H1.HeaderClassName
{
color: #217BA4;
}
.AnyTagClassName
{
color: #217BA4;
}
</style>
background-color css
<style>
a { background-color: #217BA4; }
a { background-color: rgb(33,123,164); }
div.DivClassName
{
background-color: #217BA4;
}
.BgClassName
{
background-color: #217BA4;
}
</style>
border-color css
<style>
span { border-color: #217BA4; }
span { border-color: rgb(33,123,164); }
td.TdClassName
{
border-color: #217BA4;
}
.TagClassName
{
border-color: #217BA4;
}
</style>