Shades of Lochmara #2468AB
Tints of Lochmara #2468AB
RGB
CMYK
RGB Variations
Color information
#2468AB (or 0x2468AB) is known color: Lochmara. HEX triplet: 24, 68 and AB. RGB value is (36,104,171). Sum of RGB (Red+Green+Blue) = 36+104+171=311 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.58% from 311); Green value is 104 (41.02% from 255 or 33.44% from 311); Blue value is 171 (67.19% from 255 or 54.98% from 311); Max value from RGB is 171 - color contains mainly: blue. Hex color #2468AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2468AB is #DB9754. Grayscale: #5A5A5A. Windows color (decimal): -14391125 or 11233316. OLE color: 11233316.
HSL color Cylindrical-coordinate representation of color #2468AB: hue angle of 209.78º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2468AB is Cyan = 0.79, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 36 | 104 | 171 | - |
| CMYK | 0.79 | 0.39 | 0 | 0.33 |
| HSL | 209.78º | 0.65% | 0.41% | - |
| HSV(B) | 209.78º | 0.79% | 0.67% | - |
| XYZ | 13.03 | 13.22 | 40.39 | - |
| YUV | 91.31 | 172.97 | 88.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 104 | 171 | 0.79 | 0.39 | 0 | 0.33 | 209.78 | 0.65 | 0.41 |
| Hex | 24 | 68 | AB | 4F | 27 | 0 | 21 | D2 | 41 | 29 |
| Octal | 44 | 150 | 253 | 117 | 47 | 0 | 41 | 322 | 101 | 51 |
| Binary | 100100 | 1101000 | 10101011 | 1001111 | 100111 | 0 | 100001 | 11010010 | 1000001 | 101001 |
Color Harmonies of #2468AB
Complementary color
Monochromatic Colors of #2468AB
Black with #2468AB
Text Example
Text Example
White with #2468AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2468AB; }
p { color: rgb(36,104,171); }
H1.HeaderClassName
{
color: #2468AB;
}
.AnyTagClassName
{
color: #2468AB;
}
</style>
background-color css
<style>
a { background-color: #2468AB; }
a { background-color: rgb(36,104,171); }
div.DivClassName
{
background-color: #2468AB;
}
.BgClassName
{
background-color: #2468AB;
}
</style>
border-color css
<style>
span { border-color: #2468AB; }
span { border-color: rgb(36,104,171); }
td.TdClassName
{
border-color: #2468AB;
}
.TagClassName
{
border-color: #2468AB;
}
</style>