Shades of Lochmara #2769AA
Tints of Lochmara #2769AA
RGB
CMYK
RGB Variations
Color information
#2769AA (or 0x2769AA) is known color: Lochmara. HEX triplet: 27, 69 and AA. RGB value is (39,105,170). Sum of RGB (Red+Green+Blue) = 39+105+170=314 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.42% from 314); Green value is 105 (41.41% from 255 or 33.44% from 314); Blue value is 170 (66.80% from 255 or 54.14% from 314); Max value from RGB is 170 - color contains mainly: blue. Hex color #2769AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2769AA is #D89655. Grayscale: #5C5C5C. Windows color (decimal): -14194262 or 11168039. OLE color: 11168039.
HSL color Cylindrical-coordinate representation of color #2769AA: hue angle of 209.77º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2769AA is Cyan = 0.77, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 39 | 105 | 170 | - |
| CMYK | 0.77 | 0.38 | 0 | 0.33 |
| HSL | 209.77º | 0.63% | 0.41% | - |
| HSV(B) | 209.77º | 0.77% | 0.67% | - |
| XYZ | 13.14 | 13.44 | 39.93 | - |
| YUV | 92.68 | 171.63 | 89.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 105 | 170 | 0.77 | 0.38 | 0 | 0.33 | 209.77 | 0.63 | 0.41 |
| Hex | 27 | 69 | AA | 4D | 26 | 0 | 21 | D2 | 3F | 29 |
| Octal | 47 | 151 | 252 | 115 | 46 | 0 | 41 | 322 | 77 | 51 |
| Binary | 100111 | 1101001 | 10101010 | 1001101 | 100110 | 0 | 100001 | 11010010 | 111111 | 101001 |
Color Harmonies of #2769AA
Complementary color
Monochromatic Colors of #2769AA
Black with #2769AA
Text Example
Text Example
White with #2769AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2769AA; }
p { color: rgb(39,105,170); }
H1.HeaderClassName
{
color: #2769AA;
}
.AnyTagClassName
{
color: #2769AA;
}
</style>
background-color css
<style>
a { background-color: #2769AA; }
a { background-color: rgb(39,105,170); }
div.DivClassName
{
background-color: #2769AA;
}
.BgClassName
{
background-color: #2769AA;
}
</style>
border-color css
<style>
span { border-color: #2769AA; }
span { border-color: rgb(39,105,170); }
td.TdClassName
{
border-color: #2769AA;
}
.TagClassName
{
border-color: #2769AA;
}
</style>