Shades of Lochmara #2673B6
Tints of Lochmara #2673B6
RGB
CMYK
RGB Variations
Color information
#2673B6 (or 0x2673B6) is known color: Lochmara. HEX triplet: 26, 73 and B6. RGB value is (38,115,182). Sum of RGB (Red+Green+Blue) = 38+115+182=335 (44% of max value = 765). Red value is 38 (15.23% from 255 or 11.34% from 335); Green value is 115 (45.31% from 255 or 34.33% from 335); Blue value is 182 (71.48% from 255 or 54.33% from 335); Max value from RGB is 182 - color contains mainly: blue. Hex color #2673B6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2673B6 is #D98C49. Grayscale: #636363. Windows color (decimal): -14257226 or 11957030. OLE color: 11957030.
HSL color Cylindrical-coordinate representation of color #2673B6: hue angle of 207.92º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2673B6 is Cyan = 0.79, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 38 | 115 | 182 | - |
| CMYK | 0.79 | 0.37 | 0 | 0.29 |
| HSL | 207.92º | 0.65% | 0.43% | - |
| HSV(B) | 207.92º | 0.79% | 0.71% | - |
| XYZ | 15.37 | 16.05 | 46.54 | - |
| YUV | 99.62 | 174.49 | 84.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 115 | 182 | 0.79 | 0.37 | 0 | 0.29 | 207.92 | 0.65 | 0.43 |
| Hex | 26 | 73 | B6 | 4F | 25 | 0 | 1D | D0 | 41 | 2B |
| Octal | 46 | 163 | 266 | 117 | 45 | 0 | 35 | 320 | 101 | 53 |
| Binary | 100110 | 1110011 | 10110110 | 1001111 | 100101 | 0 | 11101 | 11010000 | 1000001 | 101011 |
Color Harmonies of #2673B6
Complementary color
Monochromatic Colors of #2673B6
Black with #2673B6
Text Example
Text Example
White with #2673B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2673B6; }
p { color: rgb(38,115,182); }
H1.HeaderClassName
{
color: #2673B6;
}
.AnyTagClassName
{
color: #2673B6;
}
</style>
background-color css
<style>
a { background-color: #2673B6; }
a { background-color: rgb(38,115,182); }
div.DivClassName
{
background-color: #2673B6;
}
.BgClassName
{
background-color: #2673B6;
}
</style>
border-color css
<style>
span { border-color: #2673B6; }
span { border-color: rgb(38,115,182); }
td.TdClassName
{
border-color: #2673B6;
}
.TagClassName
{
border-color: #2673B6;
}
</style>