Shades of Lochmara #2768AA
Tints of Lochmara #2768AA
RGB
CMYK
RGB Variations
Color information
#2768AA (or 0x2768AA) is known color: Lochmara. HEX triplet: 27, 68 and AA. RGB value is (39,104,170). Sum of RGB (Red+Green+Blue) = 39+104+170=313 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.46% from 313); Green value is 104 (41.02% from 255 or 33.23% from 313); Blue value is 170 (66.80% from 255 or 54.31% from 313); Max value from RGB is 170 - color contains mainly: blue. Hex color #2768AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2768AA is #D89755. Grayscale: #5B5B5B. Windows color (decimal): -14194518 or 11167783. OLE color: 11167783.
HSL color Cylindrical-coordinate representation of color #2768AA: hue angle of 210.23º 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 #2768AA is Cyan = 0.77, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 39 | 104 | 170 | - |
| CMYK | 0.77 | 0.39 | 0 | 0.33 |
| HSL | 210.23º | 0.63% | 0.41% | - |
| HSV(B) | 210.23º | 0.77% | 0.67% | - |
| XYZ | 13.04 | 13.23 | 39.9 | - |
| YUV | 92.09 | 171.97 | 90.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 104 | 170 | 0.77 | 0.39 | 0 | 0.33 | 210.23 | 0.63 | 0.41 |
| Hex | 27 | 68 | AA | 4D | 27 | 0 | 21 | D2 | 3F | 29 |
| Octal | 47 | 150 | 252 | 115 | 47 | 0 | 41 | 322 | 77 | 51 |
| Binary | 100111 | 1101000 | 10101010 | 1001101 | 100111 | 0 | 100001 | 11010010 | 111111 | 101001 |
Color Harmonies of #2768AA
Complementary color
Monochromatic Colors of #2768AA
Black with #2768AA
Text Example
Text Example
White with #2768AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2768AA; }
p { color: rgb(39,104,170); }
H1.HeaderClassName
{
color: #2768AA;
}
.AnyTagClassName
{
color: #2768AA;
}
</style>
background-color css
<style>
a { background-color: #2768AA; }
a { background-color: rgb(39,104,170); }
div.DivClassName
{
background-color: #2768AA;
}
.BgClassName
{
background-color: #2768AA;
}
</style>
border-color css
<style>
span { border-color: #2768AA; }
span { border-color: rgb(39,104,170); }
td.TdClassName
{
border-color: #2768AA;
}
.TagClassName
{
border-color: #2768AA;
}
</style>