Shades of Lochmara #217BAE
Tints of Lochmara #217BAE
RGB
CMYK
RGB Variations
Color information
#217BAE (or 0x217BAE) is known color: Lochmara. HEX triplet: 21, 7B and AE. RGB value is (33,123,174). Sum of RGB (Red+Green+Blue) = 33+123+174=330 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10% from 330); Green value is 123 (48.44% from 255 or 37.27% from 330); Blue value is 174 (68.36% from 255 or 52.73% from 330); Max value from RGB is 174 - color contains mainly: blue. Hex color #217BAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #217BAE is #DE8451. Grayscale: #656565. Windows color (decimal): -14582866 or 11434785. OLE color: 11434785.
HSL color Cylindrical-coordinate representation of color #217BAE: hue angle of 201.7º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #217BAE is Cyan = 0.81, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 33 | 123 | 174 | - |
| CMYK | 0.81 | 0.29 | 0 | 0.32 |
| HSL | 201.7º | 0.68% | 0.41% | - |
| HSV(B) | 201.7º | 0.81% | 0.68% | - |
| XYZ | 15.35 | 17.55 | 42.62 | - |
| YUV | 101.9 | 168.68 | 78.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 123 | 174 | 0.81 | 0.29 | 0 | 0.32 | 201.7 | 0.68 | 0.41 |
| Hex | 21 | 7B | AE | 51 | 1D | 0 | 20 | CA | 44 | 29 |
| Octal | 41 | 173 | 256 | 121 | 35 | 0 | 40 | 312 | 104 | 51 |
| Binary | 100001 | 1111011 | 10101110 | 1010001 | 11101 | 0 | 100000 | 11001010 | 1000100 | 101001 |
Color Harmonies of #217BAE
Complementary color
Monochromatic Colors of #217BAE
Black with #217BAE
Text Example
Text Example
White with #217BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #217BAE; }
p { color: rgb(33,123,174); }
H1.HeaderClassName
{
color: #217BAE;
}
.AnyTagClassName
{
color: #217BAE;
}
</style>
background-color css
<style>
a { background-color: #217BAE; }
a { background-color: rgb(33,123,174); }
div.DivClassName
{
background-color: #217BAE;
}
.BgClassName
{
background-color: #217BAE;
}
</style>
border-color css
<style>
span { border-color: #217BAE; }
span { border-color: rgb(33,123,174); }
td.TdClassName
{
border-color: #217BAE;
}
.TagClassName
{
border-color: #217BAE;
}
</style>