Shades of Lochmara #276C93
Tints of Lochmara #276C93
RGB
CMYK
RGB Variations
Color information
#276C93 (or 0x276C93) is known color: Lochmara. HEX triplet: 27, 6C and 93. RGB value is (39,108,147). Sum of RGB (Red+Green+Blue) = 39+108+147=294 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.27% from 294); Green value is 108 (42.58% from 255 or 36.73% from 294); Blue value is 147 (57.81% from 255 or 50% from 294); Max value from RGB is 147 - color contains mainly: blue. Hex color #276C93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #276C93 is #D8936C. Grayscale: #5B5B5B. Windows color (decimal): -14193517 or 9661479. OLE color: 9661479.
HSL color Cylindrical-coordinate representation of color #276C93: hue angle of 201.67º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #276C93 is Cyan = 0.73, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 39 | 108 | 147 | - |
| CMYK | 0.73 | 0.27 | 0 | 0.42 |
| HSL | 201.67º | 0.58% | 0.36% | - |
| HSV(B) | 201.67º | 0.73% | 0.58% | - |
| XYZ | 11.47 | 13.26 | 29.56 | - |
| YUV | 91.82 | 159.14 | 90.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 108 | 147 | 0.73 | 0.27 | 0 | 0.42 | 201.67 | 0.58 | 0.36 |
| Hex | 27 | 6C | 93 | 49 | 1B | 0 | 2A | CA | 3A | 24 |
| Octal | 47 | 154 | 223 | 111 | 33 | 0 | 52 | 312 | 72 | 44 |
| Binary | 100111 | 1101100 | 10010011 | 1001001 | 11011 | 0 | 101010 | 11001010 | 111010 | 100100 |
Color Harmonies of #276C93
Complementary color
Monochromatic Colors of #276C93
Black with #276C93
Text Example
Text Example
White with #276C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #276C93; }
p { color: rgb(39,108,147); }
H1.HeaderClassName
{
color: #276C93;
}
.AnyTagClassName
{
color: #276C93;
}
</style>
background-color css
<style>
a { background-color: #276C93; }
a { background-color: rgb(39,108,147); }
div.DivClassName
{
background-color: #276C93;
}
.BgClassName
{
background-color: #276C93;
}
</style>
border-color css
<style>
span { border-color: #276C93; }
span { border-color: rgb(39,108,147); }
td.TdClassName
{
border-color: #276C93;
}
.TagClassName
{
border-color: #276C93;
}
</style>