Shades of Lochmara #2667A1
Tints of Lochmara #2667A1
RGB
CMYK
RGB Variations
Color information
#2667A1 (or 0x2667A1) is known color: Lochmara. HEX triplet: 26, 67 and A1. RGB value is (38,103,161). Sum of RGB (Red+Green+Blue) = 38+103+161=302 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.58% from 302); Green value is 103 (40.62% from 255 or 34.11% from 302); Blue value is 161 (63.28% from 255 or 53.31% from 302); Max value from RGB is 161 - color contains mainly: blue. Hex color #2667A1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2667A1 is #D9985E. Grayscale: #595959. Windows color (decimal): -14260319 or 10577702. OLE color: 10577702.
HSL color Cylindrical-coordinate representation of color #2667A1: hue angle of 208.29º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2667A1 is Cyan = 0.76, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 38 | 103 | 161 | - |
| CMYK | 0.76 | 0.36 | 0 | 0.37 |
| HSL | 208.29º | 0.62% | 0.39% | - |
| HSV(B) | 208.29º | 0.76% | 0.63% | - |
| XYZ | 12.08 | 12.69 | 35.53 | - |
| YUV | 90.18 | 167.97 | 90.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 103 | 161 | 0.76 | 0.36 | 0 | 0.37 | 208.29 | 0.62 | 0.39 |
| Hex | 26 | 67 | A1 | 4C | 24 | 0 | 25 | D0 | 3E | 27 |
| Octal | 46 | 147 | 241 | 114 | 44 | 0 | 45 | 320 | 76 | 47 |
| Binary | 100110 | 1100111 | 10100001 | 1001100 | 100100 | 0 | 100101 | 11010000 | 111110 | 100111 |
Color Harmonies of #2667A1
Complementary color
Monochromatic Colors of #2667A1
Black with #2667A1
Text Example
Text Example
White with #2667A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2667A1; }
p { color: rgb(38,103,161); }
H1.HeaderClassName
{
color: #2667A1;
}
.AnyTagClassName
{
color: #2667A1;
}
</style>
background-color css
<style>
a { background-color: #2667A1; }
a { background-color: rgb(38,103,161); }
div.DivClassName
{
background-color: #2667A1;
}
.BgClassName
{
background-color: #2667A1;
}
</style>
border-color css
<style>
span { border-color: #2667A1; }
span { border-color: rgb(38,103,161); }
td.TdClassName
{
border-color: #2667A1;
}
.TagClassName
{
border-color: #2667A1;
}
</style>