Shades of Lochmara #2673A9
Tints of Lochmara #2673A9
RGB
CMYK
RGB Variations
Color information
#2673A9 (or 0x2673A9) is known color: Lochmara. HEX triplet: 26, 73 and A9. RGB value is (38,115,169). Sum of RGB (Red+Green+Blue) = 38+115+169=322 (42% of max value = 765). Red value is 38 (15.23% from 255 or 11.80% from 322); Green value is 115 (45.31% from 255 or 35.71% from 322); Blue value is 169 (66.41% from 255 or 52.48% from 322); Max value from RGB is 169 - color contains mainly: blue. Hex color #2673A9 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2673A9 is #D98C56. Grayscale: #616161. Windows color (decimal): -14257239 or 11105062. OLE color: 11105062.
HSL color Cylindrical-coordinate representation of color #2673A9: hue angle of 204.73º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2673A9 is Cyan = 0.78, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 38 | 115 | 169 | - |
| CMYK | 0.78 | 0.32 | 0 | 0.34 |
| HSL | 204.73º | 0.63% | 0.41% | - |
| HSV(B) | 204.73º | 0.78% | 0.66% | - |
| XYZ | 14.09 | 15.54 | 39.79 | - |
| YUV | 98.13 | 167.99 | 85.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 115 | 169 | 0.78 | 0.32 | 0 | 0.34 | 204.73 | 0.63 | 0.41 |
| Hex | 26 | 73 | A9 | 4E | 20 | 0 | 22 | CD | 3F | 29 |
| Octal | 46 | 163 | 251 | 116 | 40 | 0 | 42 | 315 | 77 | 51 |
| Binary | 100110 | 1110011 | 10101001 | 1001110 | 100000 | 0 | 100010 | 11001101 | 111111 | 101001 |
Color Harmonies of #2673A9
Complementary color
Monochromatic Colors of #2673A9
Black with #2673A9
Text Example
Text Example
White with #2673A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2673A9; }
p { color: rgb(38,115,169); }
H1.HeaderClassName
{
color: #2673A9;
}
.AnyTagClassName
{
color: #2673A9;
}
</style>
background-color css
<style>
a { background-color: #2673A9; }
a { background-color: rgb(38,115,169); }
div.DivClassName
{
background-color: #2673A9;
}
.BgClassName
{
background-color: #2673A9;
}
</style>
border-color css
<style>
span { border-color: #2673A9; }
span { border-color: rgb(38,115,169); }
td.TdClassName
{
border-color: #2673A9;
}
.TagClassName
{
border-color: #2673A9;
}
</style>