Shades of Lochmara #2664AE
Tints of Lochmara #2664AE
RGB
CMYK
RGB Variations
Color information
#2664AE (or 0x2664AE) is known color: Lochmara. HEX triplet: 26, 64 and AE. RGB value is (38,100,174). Sum of RGB (Red+Green+Blue) = 38+100+174=312 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.18% from 312); Green value is 100 (39.45% from 255 or 32.05% from 312); Blue value is 174 (68.36% from 255 or 55.77% from 312); Max value from RGB is 174 - color contains mainly: blue. Hex color #2664AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2664AE is #D99B51. Grayscale: #595959. Windows color (decimal): -14261074 or 11428902. OLE color: 11428902.
HSL color Cylindrical-coordinate representation of color #2664AE: hue angle of 212.65º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2664AE is Cyan = 0.78, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 38 | 100 | 174 | - |
| CMYK | 0.78 | 0.43 | 0 | 0.32 |
| HSL | 212.65º | 0.64% | 0.42% | - |
| HSV(B) | 212.65º | 0.78% | 0.68% | - |
| XYZ | 13 | 12.58 | 41.79 | - |
| YUV | 89.9 | 175.46 | 90.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 100 | 174 | 0.78 | 0.43 | 0 | 0.32 | 212.65 | 0.64 | 0.42 |
| Hex | 26 | 64 | AE | 4E | 2B | 0 | 20 | D5 | 40 | 2A |
| Octal | 46 | 144 | 256 | 116 | 53 | 0 | 40 | 325 | 100 | 52 |
| Binary | 100110 | 1100100 | 10101110 | 1001110 | 101011 | 0 | 100000 | 11010101 | 1000000 | 101010 |
Color Harmonies of #2664AE
Complementary color
Monochromatic Colors of #2664AE
Black with #2664AE
Text Example
Text Example
White with #2664AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2664AE; }
p { color: rgb(38,100,174); }
H1.HeaderClassName
{
color: #2664AE;
}
.AnyTagClassName
{
color: #2664AE;
}
</style>
background-color css
<style>
a { background-color: #2664AE; }
a { background-color: rgb(38,100,174); }
div.DivClassName
{
background-color: #2664AE;
}
.BgClassName
{
background-color: #2664AE;
}
</style>
border-color css
<style>
span { border-color: #2664AE; }
span { border-color: rgb(38,100,174); }
td.TdClassName
{
border-color: #2664AE;
}
.TagClassName
{
border-color: #2664AE;
}
</style>