Shades of Lochmara #2764AC
Tints of Lochmara #2764AC
RGB
CMYK
RGB Variations
Color information
#2764AC (or 0x2764AC) is known color: Lochmara. HEX triplet: 27, 64 and AC. RGB value is (39,100,172). Sum of RGB (Red+Green+Blue) = 39+100+172=311 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.54% from 311); Green value is 100 (39.45% from 255 or 32.15% from 311); Blue value is 172 (67.58% from 255 or 55.31% from 311); Max value from RGB is 172 - color contains mainly: blue. Hex color #2764AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2764AC is #D89B53. Grayscale: #595959. Windows color (decimal): -14195540 or 11297831. OLE color: 11297831.
HSL color Cylindrical-coordinate representation of color #2764AC: hue angle of 212.48º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2764AC is Cyan = 0.77, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 39 | 100 | 172 | - |
| CMYK | 0.77 | 0.42 | 0 | 0.33 |
| HSL | 212.48º | 0.63% | 0.41% | - |
| HSV(B) | 212.48º | 0.77% | 0.67% | - |
| XYZ | 12.84 | 12.52 | 40.77 | - |
| YUV | 89.97 | 174.29 | 91.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 100 | 172 | 0.77 | 0.42 | 0 | 0.33 | 212.48 | 0.63 | 0.41 |
| Hex | 27 | 64 | AC | 4D | 2A | 0 | 21 | D4 | 3F | 29 |
| Octal | 47 | 144 | 254 | 115 | 52 | 0 | 41 | 324 | 77 | 51 |
| Binary | 100111 | 1100100 | 10101100 | 1001101 | 101010 | 0 | 100001 | 11010100 | 111111 | 101001 |
Color Harmonies of #2764AC
Complementary color
Monochromatic Colors of #2764AC
Black with #2764AC
Text Example
Text Example
White with #2764AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2764AC; }
p { color: rgb(39,100,172); }
H1.HeaderClassName
{
color: #2764AC;
}
.AnyTagClassName
{
color: #2764AC;
}
</style>
background-color css
<style>
a { background-color: #2764AC; }
a { background-color: rgb(39,100,172); }
div.DivClassName
{
background-color: #2764AC;
}
.BgClassName
{
background-color: #2764AC;
}
</style>
border-color css
<style>
span { border-color: #2764AC; }
span { border-color: rgb(39,100,172); }
td.TdClassName
{
border-color: #2764AC;
}
.TagClassName
{
border-color: #2764AC;
}
</style>