Shades of Lochmara #2C6DAC
Tints of Lochmara #2C6DAC
RGB
CMYK
RGB Variations
Color information
#2C6DAC (or 0x2C6DAC) is known color: Lochmara. HEX triplet: 2C, 6D and AC. RGB value is (44,109,172). Sum of RGB (Red+Green+Blue) = 44+109+172=325 (43% of max value = 765). Red value is 44 (17.58% from 255 or 13.54% from 325); Green value is 109 (42.97% from 255 or 33.54% from 325); Blue value is 172 (67.58% from 255 or 52.92% from 325); Max value from RGB is 172 - color contains mainly: blue. Hex color #2C6DAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2C6DAC is #D39253. Grayscale: #606060. Windows color (decimal): -13865556 or 11300140. OLE color: 11300140.
HSL color Cylindrical-coordinate representation of color #2C6DAC: hue angle of 209.53º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2C6DAC is Cyan = 0.74, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 44 | 109 | 172 | - |
| CMYK | 0.74 | 0.37 | 0 | 0.33 |
| HSL | 209.53º | 0.59% | 0.42% | - |
| HSV(B) | 209.53º | 0.74% | 0.67% | - |
| XYZ | 13.95 | 14.45 | 41.08 | - |
| YUV | 96.75 | 170.47 | 90.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 109 | 172 | 0.74 | 0.37 | 0 | 0.33 | 209.53 | 0.59 | 0.42 |
| Hex | 2C | 6D | AC | 4A | 25 | 0 | 21 | D2 | 3B | 2A |
| Octal | 54 | 155 | 254 | 112 | 45 | 0 | 41 | 322 | 73 | 52 |
| Binary | 101100 | 1101101 | 10101100 | 1001010 | 100101 | 0 | 100001 | 11010010 | 111011 | 101010 |
Color Harmonies of #2C6DAC
Complementary color
Monochromatic Colors of #2C6DAC
Black with #2C6DAC
Text Example
Text Example
White with #2C6DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C6DAC; }
p { color: rgb(44,109,172); }
H1.HeaderClassName
{
color: #2C6DAC;
}
.AnyTagClassName
{
color: #2C6DAC;
}
</style>
background-color css
<style>
a { background-color: #2C6DAC; }
a { background-color: rgb(44,109,172); }
div.DivClassName
{
background-color: #2C6DAC;
}
.BgClassName
{
background-color: #2C6DAC;
}
</style>
border-color css
<style>
span { border-color: #2C6DAC; }
span { border-color: rgb(44,109,172); }
td.TdClassName
{
border-color: #2C6DAC;
}
.TagClassName
{
border-color: #2C6DAC;
}
</style>