Shades of Lochmara #2466AC
Tints of Lochmara #2466AC
RGB
CMYK
RGB Variations
Color information
#2466AC (or 0x2466AC) is known color: Lochmara. HEX triplet: 24, 66 and AC. RGB value is (36,102,172). Sum of RGB (Red+Green+Blue) = 36+102+172=310 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.61% from 310); Green value is 102 (40.23% from 255 or 32.90% from 310); Blue value is 172 (67.58% from 255 or 55.48% from 310); Max value from RGB is 172 - color contains mainly: blue. Hex color #2466AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2466AC is #DB9953. Grayscale: #595959. Windows color (decimal): -14391636 or 11298340. OLE color: 11298340.
HSL color Cylindrical-coordinate representation of color #2466AC: hue angle of 210.88º 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 #2466AC is Cyan = 0.79, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 36 | 102 | 172 | - |
| CMYK | 0.79 | 0.41 | 0 | 0.33 |
| HSL | 210.88º | 0.65% | 0.41% | - |
| HSV(B) | 210.88º | 0.79% | 0.67% | - |
| XYZ | 12.93 | 12.86 | 40.83 | - |
| YUV | 90.25 | 174.13 | 89.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 102 | 172 | 0.79 | 0.41 | 0 | 0.33 | 210.88 | 0.65 | 0.41 |
| Hex | 24 | 66 | AC | 4F | 29 | 0 | 21 | D3 | 41 | 29 |
| Octal | 44 | 146 | 254 | 117 | 51 | 0 | 41 | 323 | 101 | 51 |
| Binary | 100100 | 1100110 | 10101100 | 1001111 | 101001 | 0 | 100001 | 11010011 | 1000001 | 101001 |
Color Harmonies of #2466AC
Complementary color
Monochromatic Colors of #2466AC
Black with #2466AC
Text Example
Text Example
White with #2466AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2466AC; }
p { color: rgb(36,102,172); }
H1.HeaderClassName
{
color: #2466AC;
}
.AnyTagClassName
{
color: #2466AC;
}
</style>
background-color css
<style>
a { background-color: #2466AC; }
a { background-color: rgb(36,102,172); }
div.DivClassName
{
background-color: #2466AC;
}
.BgClassName
{
background-color: #2466AC;
}
</style>
border-color css
<style>
span { border-color: #2466AC; }
span { border-color: rgb(36,102,172); }
td.TdClassName
{
border-color: #2466AC;
}
.TagClassName
{
border-color: #2466AC;
}
</style>