Shades of Lochmara #2668AD
Tints of Lochmara #2668AD
RGB
CMYK
RGB Variations
Color information
#2668AD (or 0x2668AD) is known color: Lochmara. HEX triplet: 26, 68 and AD. RGB value is (38,104,173). Sum of RGB (Red+Green+Blue) = 38+104+173=315 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.06% from 315); Green value is 104 (41.02% from 255 or 33.02% from 315); Blue value is 173 (67.97% from 255 or 54.92% from 315); Max value from RGB is 173 - color contains mainly: blue. Hex color #2668AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2668AD is #D99752. Grayscale: #5B5B5B. Windows color (decimal): -14260051 or 11364390. OLE color: 11364390.
HSL color Cylindrical-coordinate representation of color #2668AD: hue angle of 210.67º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2668AD is Cyan = 0.78, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 38 | 104 | 173 | - |
| CMYK | 0.78 | 0.40 | 0 | 0.32 |
| HSL | 210.67º | 0.64% | 0.41% | - |
| HSV(B) | 210.67º | 0.78% | 0.68% | - |
| XYZ | 13.29 | 13.33 | 41.41 | - |
| YUV | 92.13 | 173.63 | 89.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 104 | 173 | 0.78 | 0.40 | 0 | 0.32 | 210.67 | 0.64 | 0.41 |
| Hex | 26 | 68 | AD | 4E | 28 | 0 | 20 | D3 | 40 | 29 |
| Octal | 46 | 150 | 255 | 116 | 50 | 0 | 40 | 323 | 100 | 51 |
| Binary | 100110 | 1101000 | 10101101 | 1001110 | 101000 | 0 | 100000 | 11010011 | 1000000 | 101001 |
Color Harmonies of #2668AD
Complementary color
Monochromatic Colors of #2668AD
Black with #2668AD
Text Example
Text Example
White with #2668AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2668AD; }
p { color: rgb(38,104,173); }
H1.HeaderClassName
{
color: #2668AD;
}
.AnyTagClassName
{
color: #2668AD;
}
</style>
background-color css
<style>
a { background-color: #2668AD; }
a { background-color: rgb(38,104,173); }
div.DivClassName
{
background-color: #2668AD;
}
.BgClassName
{
background-color: #2668AD;
}
</style>
border-color css
<style>
span { border-color: #2668AD; }
span { border-color: rgb(38,104,173); }
td.TdClassName
{
border-color: #2668AD;
}
.TagClassName
{
border-color: #2668AD;
}
</style>