Shades of Lochmara #2668AA
Tints of Lochmara #2668AA
RGB
CMYK
RGB Variations
Color information
#2668AA (or 0x2668AA) is known color: Lochmara. HEX triplet: 26, 68 and AA. RGB value is (38,104,170). Sum of RGB (Red+Green+Blue) = 38+104+170=312 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.18% from 312); Green value is 104 (41.02% from 255 or 33.33% from 312); Blue value is 170 (66.80% from 255 or 54.49% from 312); Max value from RGB is 170 - color contains mainly: blue. Hex color #2668AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2668AA is #D99755. Grayscale: #5B5B5B. Windows color (decimal): -14260054 or 11167782. OLE color: 11167782.
HSL color Cylindrical-coordinate representation of color #2668AA: hue angle of 210º 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 #2668AA is Cyan = 0.78, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 38 | 104 | 170 | - |
| CMYK | 0.78 | 0.39 | 0 | 0.33 |
| HSL | 210º | 0.63% | 0.41% | - |
| HSV(B) | 210º | 0.78% | 0.67% | - |
| XYZ | 13.01 | 13.21 | 39.9 | - |
| YUV | 91.79 | 172.13 | 89.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 104 | 170 | 0.78 | 0.39 | 0 | 0.33 | 210 | 0.63 | 0.41 |
| Hex | 26 | 68 | AA | 4E | 27 | 0 | 21 | D2 | 3F | 29 |
| Octal | 46 | 150 | 252 | 116 | 47 | 0 | 41 | 322 | 77 | 51 |
| Binary | 100110 | 1101000 | 10101010 | 1001110 | 100111 | 0 | 100001 | 11010010 | 111111 | 101001 |
Color Harmonies of #2668AA
Complementary color
Monochromatic Colors of #2668AA
Black with #2668AA
Text Example
Text Example
White with #2668AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2668AA; }
p { color: rgb(38,104,170); }
H1.HeaderClassName
{
color: #2668AA;
}
.AnyTagClassName
{
color: #2668AA;
}
</style>
background-color css
<style>
a { background-color: #2668AA; }
a { background-color: rgb(38,104,170); }
div.DivClassName
{
background-color: #2668AA;
}
.BgClassName
{
background-color: #2668AA;
}
</style>
border-color css
<style>
span { border-color: #2668AA; }
span { border-color: rgb(38,104,170); }
td.TdClassName
{
border-color: #2668AA;
}
.TagClassName
{
border-color: #2668AA;
}
</style>