Shades of Lochmara #2767A0
Tints of Lochmara #2767A0
RGB
CMYK
RGB Variations
Color information
#2767A0 (or 0x2767A0) is known color: Lochmara. HEX triplet: 27, 67 and A0. RGB value is (39,103,160). Sum of RGB (Red+Green+Blue) = 39+103+160=302 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.91% from 302); Green value is 103 (40.62% from 255 or 34.11% from 302); Blue value is 160 (62.89% from 255 or 52.98% from 302); Max value from RGB is 160 - color contains mainly: blue. Hex color #2767A0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2767A0 is #D8985F. Grayscale: #5A5A5A. Windows color (decimal): -14194784 or 10512167. OLE color: 10512167.
HSL color Cylindrical-coordinate representation of color #2767A0: hue angle of 208.26º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2767A0 is Cyan = 0.76, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 39 | 103 | 160 | - |
| CMYK | 0.76 | 0.36 | 0 | 0.37 |
| HSL | 208.26º | 0.61% | 0.39% | - |
| HSV(B) | 208.26º | 0.76% | 0.63% | - |
| XYZ | 12.03 | 12.67 | 35.07 | - |
| YUV | 90.36 | 167.3 | 91.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 103 | 160 | 0.76 | 0.36 | 0 | 0.37 | 208.26 | 0.61 | 0.39 |
| Hex | 27 | 67 | A0 | 4C | 24 | 0 | 25 | D0 | 3D | 27 |
| Octal | 47 | 147 | 240 | 114 | 44 | 0 | 45 | 320 | 75 | 47 |
| Binary | 100111 | 1100111 | 10100000 | 1001100 | 100100 | 0 | 100101 | 11010000 | 111101 | 100111 |
Color Harmonies of #2767A0
Complementary color
Monochromatic Colors of #2767A0
Black with #2767A0
Text Example
Text Example
White with #2767A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2767A0; }
p { color: rgb(39,103,160); }
H1.HeaderClassName
{
color: #2767A0;
}
.AnyTagClassName
{
color: #2767A0;
}
</style>
background-color css
<style>
a { background-color: #2767A0; }
a { background-color: rgb(39,103,160); }
div.DivClassName
{
background-color: #2767A0;
}
.BgClassName
{
background-color: #2767A0;
}
</style>
border-color css
<style>
span { border-color: #2767A0; }
span { border-color: rgb(39,103,160); }
td.TdClassName
{
border-color: #2767A0;
}
.TagClassName
{
border-color: #2767A0;
}
</style>