Shades of Lochmara #2767AD
Tints of Lochmara #2767AD
RGB
CMYK
RGB Variations
Color information
#2767AD (or 0x2767AD) is known color: Lochmara. HEX triplet: 27, 67 and AD. RGB value is (39,103,173). Sum of RGB (Red+Green+Blue) = 39+103+173=315 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.38% from 315); Green value is 103 (40.62% from 255 or 32.70% from 315); Blue value is 173 (67.97% from 255 or 54.92% from 315); Max value from RGB is 173 - color contains mainly: blue. Hex color #2767AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2767AD is #D89852. Grayscale: #5B5B5B. Windows color (decimal): -14194771 or 11364135. OLE color: 11364135.
HSL color Cylindrical-coordinate representation of color #2767AD: hue angle of 211.34º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2767AD is Cyan = 0.77, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 39 | 103 | 173 | - |
| CMYK | 0.77 | 0.40 | 0 | 0.32 |
| HSL | 211.34º | 0.63% | 0.42% | - |
| HSV(B) | 211.34º | 0.77% | 0.68% | - |
| XYZ | 13.23 | 13.15 | 41.38 | - |
| YUV | 91.84 | 173.8 | 90.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 103 | 173 | 0.77 | 0.40 | 0 | 0.32 | 211.34 | 0.63 | 0.42 |
| Hex | 27 | 67 | AD | 4D | 28 | 0 | 20 | D3 | 3F | 2A |
| Octal | 47 | 147 | 255 | 115 | 50 | 0 | 40 | 323 | 77 | 52 |
| Binary | 100111 | 1100111 | 10101101 | 1001101 | 101000 | 0 | 100000 | 11010011 | 111111 | 101010 |
Color Harmonies of #2767AD
Complementary color
Monochromatic Colors of #2767AD
Black with #2767AD
Text Example
Text Example
White with #2767AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2767AD; }
p { color: rgb(39,103,173); }
H1.HeaderClassName
{
color: #2767AD;
}
.AnyTagClassName
{
color: #2767AD;
}
</style>
background-color css
<style>
a { background-color: #2767AD; }
a { background-color: rgb(39,103,173); }
div.DivClassName
{
background-color: #2767AD;
}
.BgClassName
{
background-color: #2767AD;
}
</style>
border-color css
<style>
span { border-color: #2767AD; }
span { border-color: rgb(39,103,173); }
td.TdClassName
{
border-color: #2767AD;
}
.TagClassName
{
border-color: #2767AD;
}
</style>