Shades of Lochmara #267A97
Tints of Lochmara #267A97
RGB
CMYK
RGB Variations
Color information
#267A97 (or 0x267A97) is known color: Lochmara. HEX triplet: 26, 7A and 97. RGB value is (38,122,151). Sum of RGB (Red+Green+Blue) = 38+122+151=311 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.22% from 311); Green value is 122 (48.05% from 255 or 39.23% from 311); Blue value is 151 (59.38% from 255 or 48.55% from 311); Max value from RGB is 151 - color contains mainly: blue. Hex color #267A97 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #267A97 is #D98568. Grayscale: #636363. Windows color (decimal): -14255465 or 9927206. OLE color: 9927206.
HSL color Cylindrical-coordinate representation of color #267A97: hue angle of 195.4º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #267A97 is Cyan = 0.75, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 38 | 122 | 151 | - |
| CMYK | 0.75 | 0.19 | 0 | 0.41 |
| HSL | 195.4º | 0.6% | 0.37% | - |
| HSV(B) | 195.4º | 0.75% | 0.59% | - |
| XYZ | 13.34 | 16.57 | 31.77 | - |
| YUV | 100.19 | 156.67 | 83.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 122 | 151 | 0.75 | 0.19 | 0 | 0.41 | 195.4 | 0.6 | 0.37 |
| Hex | 26 | 7A | 97 | 4B | 13 | 0 | 29 | C3 | 3C | 25 |
| Octal | 46 | 172 | 227 | 113 | 23 | 0 | 51 | 303 | 74 | 45 |
| Binary | 100110 | 1111010 | 10010111 | 1001011 | 10011 | 0 | 101001 | 11000011 | 111100 | 100101 |
Color Harmonies of #267A97
Complementary color
Monochromatic Colors of #267A97
Black with #267A97
Text Example
Text Example
White with #267A97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #267A97; }
p { color: rgb(38,122,151); }
H1.HeaderClassName
{
color: #267A97;
}
.AnyTagClassName
{
color: #267A97;
}
</style>
background-color css
<style>
a { background-color: #267A97; }
a { background-color: rgb(38,122,151); }
div.DivClassName
{
background-color: #267A97;
}
.BgClassName
{
background-color: #267A97;
}
</style>
border-color css
<style>
span { border-color: #267A97; }
span { border-color: rgb(38,122,151); }
td.TdClassName
{
border-color: #267A97;
}
.TagClassName
{
border-color: #267A97;
}
</style>