Shades of Lochmara #2667AC
Tints of Lochmara #2667AC
RGB
CMYK
RGB Variations
Color information
#2667AC (or 0x2667AC) is known color: Lochmara. HEX triplet: 26, 67 and AC. RGB value is (38,103,172). Sum of RGB (Red+Green+Blue) = 38+103+172=313 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.14% from 313); Green value is 103 (40.62% from 255 or 32.91% from 313); Blue value is 172 (67.58% from 255 or 54.95% from 313); Max value from RGB is 172 - color contains mainly: blue. Hex color #2667AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2667AC is #D99853. Grayscale: #5B5B5B. Windows color (decimal): -14260308 or 11298598. OLE color: 11298598.
HSL color Cylindrical-coordinate representation of color #2667AC: hue angle of 210.9º 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 #2667AC is Cyan = 0.78, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 38 | 103 | 172 | - |
| CMYK | 0.78 | 0.40 | 0 | 0.33 |
| HSL | 210.9º | 0.64% | 0.41% | - |
| HSV(B) | 210.9º | 0.78% | 0.67% | - |
| XYZ | 13.1 | 13.09 | 40.87 | - |
| YUV | 91.43 | 173.47 | 89.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 103 | 172 | 0.78 | 0.40 | 0 | 0.33 | 210.9 | 0.64 | 0.41 |
| Hex | 26 | 67 | AC | 4E | 28 | 0 | 21 | D3 | 40 | 29 |
| Octal | 46 | 147 | 254 | 116 | 50 | 0 | 41 | 323 | 100 | 51 |
| Binary | 100110 | 1100111 | 10101100 | 1001110 | 101000 | 0 | 100001 | 11010011 | 1000000 | 101001 |
Color Harmonies of #2667AC
Complementary color
Monochromatic Colors of #2667AC
Black with #2667AC
Text Example
Text Example
White with #2667AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2667AC; }
p { color: rgb(38,103,172); }
H1.HeaderClassName
{
color: #2667AC;
}
.AnyTagClassName
{
color: #2667AC;
}
</style>
background-color css
<style>
a { background-color: #2667AC; }
a { background-color: rgb(38,103,172); }
div.DivClassName
{
background-color: #2667AC;
}
.BgClassName
{
background-color: #2667AC;
}
</style>
border-color css
<style>
span { border-color: #2667AC; }
span { border-color: rgb(38,103,172); }
td.TdClassName
{
border-color: #2667AC;
}
.TagClassName
{
border-color: #2667AC;
}
</style>