Shades of Lochmara #276DB5
Tints of Lochmara #276DB5
RGB
CMYK
RGB Variations
Color information
#276DB5 (or 0x276DB5) is known color: Lochmara. HEX triplet: 27, 6D and B5. RGB value is (39,109,181). Sum of RGB (Red+Green+Blue) = 39+109+181=329 (43% of max value = 765). Red value is 39 (15.62% from 255 or 11.85% from 329); Green value is 109 (42.97% from 255 or 33.13% from 329); Blue value is 181 (71.09% from 255 or 55.02% from 329); Max value from RGB is 181 - color contains mainly: blue. Hex color #276DB5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #276DB5 is #D8924A. Grayscale: #5F5F5F. Windows color (decimal): -14193227 or 11889959. OLE color: 11889959.
HSL color Cylindrical-coordinate representation of color #276DB5: hue angle of 210.42º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #276DB5 is Cyan = 0.78, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 39 | 109 | 181 | - |
| CMYK | 0.78 | 0.40 | 0 | 0.29 |
| HSL | 210.42º | 0.65% | 0.43% | - |
| HSV(B) | 210.42º | 0.78% | 0.71% | - |
| XYZ | 14.65 | 14.7 | 45.78 | - |
| YUV | 96.28 | 175.81 | 87.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 109 | 181 | 0.78 | 0.40 | 0 | 0.29 | 210.42 | 0.65 | 0.43 |
| Hex | 27 | 6D | B5 | 4E | 28 | 0 | 1D | D2 | 41 | 2B |
| Octal | 47 | 155 | 265 | 116 | 50 | 0 | 35 | 322 | 101 | 53 |
| Binary | 100111 | 1101101 | 10110101 | 1001110 | 101000 | 0 | 11101 | 11010010 | 1000001 | 101011 |
Color Harmonies of #276DB5
Complementary color
Monochromatic Colors of #276DB5
Black with #276DB5
Text Example
Text Example
White with #276DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #276DB5; }
p { color: rgb(39,109,181); }
H1.HeaderClassName
{
color: #276DB5;
}
.AnyTagClassName
{
color: #276DB5;
}
</style>
background-color css
<style>
a { background-color: #276DB5; }
a { background-color: rgb(39,109,181); }
div.DivClassName
{
background-color: #276DB5;
}
.BgClassName
{
background-color: #276DB5;
}
</style>
border-color css
<style>
span { border-color: #276DB5; }
span { border-color: rgb(39,109,181); }
td.TdClassName
{
border-color: #276DB5;
}
.TagClassName
{
border-color: #276DB5;
}
</style>