Shades of Lochmara #276AB3
Tints of Lochmara #276AB3
RGB
CMYK
RGB Variations
Color information
#276AB3 (or 0x276AB3) is known color: Lochmara. HEX triplet: 27, 6A and B3. RGB value is (39,106,179). Sum of RGB (Red+Green+Blue) = 39+106+179=324 (42% of max value = 765). Red value is 39 (15.62% from 255 or 12.04% from 324); Green value is 106 (41.80% from 255 or 32.72% from 324); Blue value is 179 (70.31% from 255 or 55.25% from 324); Max value from RGB is 179 - color contains mainly: blue. Hex color #276AB3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #276AB3 is #D8954C. Grayscale: #5D5D5D. Windows color (decimal): -14193997 or 11758119. OLE color: 11758119.
HSL color Cylindrical-coordinate representation of color #276AB3: hue angle of 211.29º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #276AB3 is Cyan = 0.78, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 39 | 106 | 179 | - |
| CMYK | 0.78 | 0.41 | 0 | 0.30 |
| HSL | 211.29º | 0.64% | 0.43% | - |
| HSV(B) | 211.29º | 0.78% | 0.7% | - |
| XYZ | 14.13 | 13.99 | 44.6 | - |
| YUV | 94.29 | 175.8 | 88.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 106 | 179 | 0.78 | 0.41 | 0 | 0.30 | 211.29 | 0.64 | 0.43 |
| Hex | 27 | 6A | B3 | 4E | 29 | 0 | 1E | D3 | 40 | 2B |
| Octal | 47 | 152 | 263 | 116 | 51 | 0 | 36 | 323 | 100 | 53 |
| Binary | 100111 | 1101010 | 10110011 | 1001110 | 101001 | 0 | 11110 | 11010011 | 1000000 | 101011 |
Color Harmonies of #276AB3
Complementary color
Monochromatic Colors of #276AB3
Black with #276AB3
Text Example
Text Example
White with #276AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #276AB3; }
p { color: rgb(39,106,179); }
H1.HeaderClassName
{
color: #276AB3;
}
.AnyTagClassName
{
color: #276AB3;
}
</style>
background-color css
<style>
a { background-color: #276AB3; }
a { background-color: rgb(39,106,179); }
div.DivClassName
{
background-color: #276AB3;
}
.BgClassName
{
background-color: #276AB3;
}
</style>
border-color css
<style>
span { border-color: #276AB3; }
span { border-color: rgb(39,106,179); }
td.TdClassName
{
border-color: #276AB3;
}
.TagClassName
{
border-color: #276AB3;
}
</style>