Shades of Lochmara #277BAD
Tints of Lochmara #277BAD
RGB
CMYK
RGB Variations
Color information
#277BAD (or 0x277BAD) is known color: Lochmara. HEX triplet: 27, 7B and AD. RGB value is (39,123,173). Sum of RGB (Red+Green+Blue) = 39+123+173=335 (44% of max value = 765). Red value is 39 (15.62% from 255 or 11.64% from 335); Green value is 123 (48.44% from 255 or 36.72% from 335); Blue value is 173 (67.97% from 255 or 51.64% from 335); Max value from RGB is 173 - color contains mainly: blue. Hex color #277BAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #277BAD is #D88452. Grayscale: #676767. Windows color (decimal): -14189651 or 11369255. OLE color: 11369255.
HSL color Cylindrical-coordinate representation of color #277BAD: hue angle of 202.39º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #277BAD is Cyan = 0.77, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 39 | 123 | 173 | - |
| CMYK | 0.77 | 0.29 | 0 | 0.32 |
| HSL | 202.39º | 0.63% | 0.42% | - |
| HSV(B) | 202.39º | 0.77% | 0.68% | - |
| XYZ | 15.46 | 17.61 | 42.12 | - |
| YUV | 103.58 | 167.17 | 81.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 123 | 173 | 0.77 | 0.29 | 0 | 0.32 | 202.39 | 0.63 | 0.42 |
| Hex | 27 | 7B | AD | 4D | 1D | 0 | 20 | CA | 3F | 2A |
| Octal | 47 | 173 | 255 | 115 | 35 | 0 | 40 | 312 | 77 | 52 |
| Binary | 100111 | 1111011 | 10101101 | 1001101 | 11101 | 0 | 100000 | 11001010 | 111111 | 101010 |
Color Harmonies of #277BAD
Complementary color
Monochromatic Colors of #277BAD
Black with #277BAD
Text Example
Text Example
White with #277BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #277BAD; }
p { color: rgb(39,123,173); }
H1.HeaderClassName
{
color: #277BAD;
}
.AnyTagClassName
{
color: #277BAD;
}
</style>
background-color css
<style>
a { background-color: #277BAD; }
a { background-color: rgb(39,123,173); }
div.DivClassName
{
background-color: #277BAD;
}
.BgClassName
{
background-color: #277BAD;
}
</style>
border-color css
<style>
span { border-color: #277BAD; }
span { border-color: rgb(39,123,173); }
td.TdClassName
{
border-color: #277BAD;
}
.TagClassName
{
border-color: #277BAD;
}
</style>