Shades of Lochmara #2767AC
Tints of Lochmara #2767AC
RGB
CMYK
RGB Variations
Color information
#2767AC (or 0x2767AC) is known color: Lochmara. HEX triplet: 27, 67 and AC. RGB value is (39,103,172). Sum of RGB (Red+Green+Blue) = 39+103+172=314 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.42% from 314); Green value is 103 (40.62% from 255 or 32.80% from 314); Blue value is 172 (67.58% from 255 or 54.78% from 314); Max value from RGB is 172 - color contains mainly: blue. Hex color #2767AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2767AC is #D89853. Grayscale: #5B5B5B. Windows color (decimal): -14194772 or 11298599. OLE color: 11298599.
HSL color Cylindrical-coordinate representation of color #2767AC: hue angle of 211.13º 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 #2767AC is Cyan = 0.77, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 39 | 103 | 172 | - |
| CMYK | 0.77 | 0.40 | 0 | 0.33 |
| HSL | 211.13º | 0.63% | 0.41% | - |
| HSV(B) | 211.13º | 0.77% | 0.67% | - |
| XYZ | 13.13 | 13.11 | 40.87 | - |
| YUV | 91.73 | 173.3 | 90.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 103 | 172 | 0.77 | 0.40 | 0 | 0.33 | 211.13 | 0.63 | 0.41 |
| Hex | 27 | 67 | AC | 4D | 28 | 0 | 21 | D3 | 3F | 29 |
| Octal | 47 | 147 | 254 | 115 | 50 | 0 | 41 | 323 | 77 | 51 |
| Binary | 100111 | 1100111 | 10101100 | 1001101 | 101000 | 0 | 100001 | 11010011 | 111111 | 101001 |
Color Harmonies of #2767AC
Complementary color
Monochromatic Colors of #2767AC
Black with #2767AC
Text Example
Text Example
White with #2767AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2767AC; }
p { color: rgb(39,103,172); }
H1.HeaderClassName
{
color: #2767AC;
}
.AnyTagClassName
{
color: #2767AC;
}
</style>
background-color css
<style>
a { background-color: #2767AC; }
a { background-color: rgb(39,103,172); }
div.DivClassName
{
background-color: #2767AC;
}
.BgClassName
{
background-color: #2767AC;
}
</style>
border-color css
<style>
span { border-color: #2767AC; }
span { border-color: rgb(39,103,172); }
td.TdClassName
{
border-color: #2767AC;
}
.TagClassName
{
border-color: #2767AC;
}
</style>