Shades of Lochmara #277399
Tints of Lochmara #277399
RGB
CMYK
RGB Variations
Color information
#277399 (or 0x277399) is known color: Lochmara. HEX triplet: 27, 73 and 99. RGB value is (39,115,153). Sum of RGB (Red+Green+Blue) = 39+115+153=307 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.70% from 307); Green value is 115 (45.31% from 255 or 37.46% from 307); Blue value is 153 (60.16% from 255 or 49.84% from 307); Max value from RGB is 153 - color contains mainly: blue. Hex color #277399 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #277399 is #D88C66. Grayscale: #606060. Windows color (decimal): -14191719 or 10056487. OLE color: 10056487.
HSL color Cylindrical-coordinate representation of color #277399: hue angle of 200º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #277399 is Cyan = 0.75, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 39 | 115 | 153 | - |
| CMYK | 0.75 | 0.25 | 0 | 0.4 |
| HSL | 200º | 0.59% | 0.38% | - |
| HSV(B) | 200º | 0.75% | 0.6% | - |
| XYZ | 12.72 | 14.99 | 32.36 | - |
| YUV | 96.61 | 159.82 | 86.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 115 | 153 | 0.75 | 0.25 | 0 | 0.4 | 200 | 0.59 | 0.38 |
| Hex | 27 | 73 | 99 | 4B | 19 | 0 | 28 | C8 | 3B | 26 |
| Octal | 47 | 163 | 231 | 113 | 31 | 0 | 50 | 310 | 73 | 46 |
| Binary | 100111 | 1110011 | 10011001 | 1001011 | 11001 | 0 | 101000 | 11001000 | 111011 | 100110 |
Color Harmonies of #277399
Complementary color
Monochromatic Colors of #277399
Black with #277399
Text Example
Text Example
White with #277399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #277399; }
p { color: rgb(39,115,153); }
H1.HeaderClassName
{
color: #277399;
}
.AnyTagClassName
{
color: #277399;
}
</style>
background-color css
<style>
a { background-color: #277399; }
a { background-color: rgb(39,115,153); }
div.DivClassName
{
background-color: #277399;
}
.BgClassName
{
background-color: #277399;
}
</style>
border-color css
<style>
span { border-color: #277399; }
span { border-color: rgb(39,115,153); }
td.TdClassName
{
border-color: #277399;
}
.TagClassName
{
border-color: #277399;
}
</style>