Shades of Lochmara #267AAA
Tints of Lochmara #267AAA
RGB
CMYK
RGB Variations
Color information
#267AAA (or 0x267AAA) is known color: Lochmara. HEX triplet: 26, 7A and AA. RGB value is (38,122,170). Sum of RGB (Red+Green+Blue) = 38+122+170=330 (43% of max value = 765). Red value is 38 (15.23% from 255 or 11.52% from 330); Green value is 122 (48.05% from 255 or 36.97% from 330); Blue value is 170 (66.80% from 255 or 51.52% from 330); Max value from RGB is 170 - color contains mainly: blue. Hex color #267AAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #267AAA is #D98555. Grayscale: #666666. Windows color (decimal): -14255446 or 11172390. OLE color: 11172390.
HSL color Cylindrical-coordinate representation of color #267AAA: hue angle of 201.82º degrees, saturation: 0.63, 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 #267AAA is Cyan = 0.78, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 38 | 122 | 170 | - |
| CMYK | 0.78 | 0.28 | 0 | 0.33 |
| HSL | 201.82º | 0.63% | 0.41% | - |
| HSV(B) | 201.82º | 0.78% | 0.67% | - |
| XYZ | 15.01 | 17.23 | 40.57 | - |
| YUV | 102.36 | 166.17 | 82.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 122 | 170 | 0.78 | 0.28 | 0 | 0.33 | 201.82 | 0.63 | 0.41 |
| Hex | 26 | 7A | AA | 4E | 1C | 0 | 21 | CA | 3F | 29 |
| Octal | 46 | 172 | 252 | 116 | 34 | 0 | 41 | 312 | 77 | 51 |
| Binary | 100110 | 1111010 | 10101010 | 1001110 | 11100 | 0 | 100001 | 11001010 | 111111 | 101001 |
Color Harmonies of #267AAA
Complementary color
Monochromatic Colors of #267AAA
Black with #267AAA
Text Example
Text Example
White with #267AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #267AAA; }
p { color: rgb(38,122,170); }
H1.HeaderClassName
{
color: #267AAA;
}
.AnyTagClassName
{
color: #267AAA;
}
</style>
background-color css
<style>
a { background-color: #267AAA; }
a { background-color: rgb(38,122,170); }
div.DivClassName
{
background-color: #267AAA;
}
.BgClassName
{
background-color: #267AAA;
}
</style>
border-color css
<style>
span { border-color: #267AAA; }
span { border-color: rgb(38,122,170); }
td.TdClassName
{
border-color: #267AAA;
}
.TagClassName
{
border-color: #267AAA;
}
</style>