Shades of Lochmara #267BAC
Tints of Lochmara #267BAC
RGB
CMYK
RGB Variations
Color information
#267BAC (or 0x267BAC) is known color: Lochmara. HEX triplet: 26, 7B and AC. RGB value is (38,123,172). Sum of RGB (Red+Green+Blue) = 38+123+172=333 (44% of max value = 765). Red value is 38 (15.23% from 255 or 11.41% from 333); Green value is 123 (48.44% from 255 or 36.94% from 333); Blue value is 172 (67.58% from 255 or 51.65% from 333); Max value from RGB is 172 - color contains mainly: blue. Hex color #267BAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #267BAC is #D98453. Grayscale: #666666. Windows color (decimal): -14255188 or 11303718. OLE color: 11303718.
HSL color Cylindrical-coordinate representation of color #267BAC: hue angle of 201.94º 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 #267BAC is Cyan = 0.78, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 38 | 123 | 172 | - |
| CMYK | 0.78 | 0.28 | 0 | 0.33 |
| HSL | 201.94º | 0.64% | 0.41% | - |
| HSV(B) | 201.94º | 0.78% | 0.67% | - |
| XYZ | 15.33 | 17.56 | 41.61 | - |
| YUV | 103.17 | 166.84 | 81.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 123 | 172 | 0.78 | 0.28 | 0 | 0.33 | 201.94 | 0.64 | 0.41 |
| Hex | 26 | 7B | AC | 4E | 1C | 0 | 21 | CA | 40 | 29 |
| Octal | 46 | 173 | 254 | 116 | 34 | 0 | 41 | 312 | 100 | 51 |
| Binary | 100110 | 1111011 | 10101100 | 1001110 | 11100 | 0 | 100001 | 11001010 | 1000000 | 101001 |
Color Harmonies of #267BAC
Complementary color
Monochromatic Colors of #267BAC
Black with #267BAC
Text Example
Text Example
White with #267BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #267BAC; }
p { color: rgb(38,123,172); }
H1.HeaderClassName
{
color: #267BAC;
}
.AnyTagClassName
{
color: #267BAC;
}
</style>
background-color css
<style>
a { background-color: #267BAC; }
a { background-color: rgb(38,123,172); }
div.DivClassName
{
background-color: #267BAC;
}
.BgClassName
{
background-color: #267BAC;
}
</style>
border-color css
<style>
span { border-color: #267BAC; }
span { border-color: rgb(38,123,172); }
td.TdClassName
{
border-color: #267BAC;
}
.TagClassName
{
border-color: #267BAC;
}
</style>