Shades of Lochmara #267CAB
Tints of Lochmara #267CAB
RGB
CMYK
RGB Variations
Color information
#267CAB (or 0x267CAB) is known color: Lochmara. HEX triplet: 26, 7C and AB. RGB value is (38,124,171). Sum of RGB (Red+Green+Blue) = 38+124+171=333 (44% of max value = 765). Red value is 38 (15.23% from 255 or 11.41% from 333); Green value is 124 (48.83% from 255 or 37.24% from 333); Blue value is 171 (67.19% from 255 or 51.35% from 333); Max value from RGB is 171 - color contains mainly: blue. Hex color #267CAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #267CAB is #D98354. Grayscale: #676767. Windows color (decimal): -14254933 or 11238438. OLE color: 11238438.
HSL color Cylindrical-coordinate representation of color #267CAB: hue angle of 201.2º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #267CAB is Cyan = 0.78, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 38 | 124 | 171 | - |
| CMYK | 0.78 | 0.27 | 0 | 0.33 |
| HSL | 201.2º | 0.64% | 0.41% | - |
| HSV(B) | 201.2º | 0.78% | 0.67% | - |
| XYZ | 15.36 | 17.77 | 41.15 | - |
| YUV | 103.64 | 166.01 | 81.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 124 | 171 | 0.78 | 0.27 | 0 | 0.33 | 201.2 | 0.64 | 0.41 |
| Hex | 26 | 7C | AB | 4E | 1B | 0 | 21 | C9 | 40 | 29 |
| Octal | 46 | 174 | 253 | 116 | 33 | 0 | 41 | 311 | 100 | 51 |
| Binary | 100110 | 1111100 | 10101011 | 1001110 | 11011 | 0 | 100001 | 11001001 | 1000000 | 101001 |
Color Harmonies of #267CAB
Complementary color
Monochromatic Colors of #267CAB
Black with #267CAB
Text Example
Text Example
White with #267CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #267CAB; }
p { color: rgb(38,124,171); }
H1.HeaderClassName
{
color: #267CAB;
}
.AnyTagClassName
{
color: #267CAB;
}
</style>
background-color css
<style>
a { background-color: #267CAB; }
a { background-color: rgb(38,124,171); }
div.DivClassName
{
background-color: #267CAB;
}
.BgClassName
{
background-color: #267CAB;
}
</style>
border-color css
<style>
span { border-color: #267CAB; }
span { border-color: rgb(38,124,171); }
td.TdClassName
{
border-color: #267CAB;
}
.TagClassName
{
border-color: #267CAB;
}
</style>