Shades of Lochmara #2466AB
Tints of Lochmara #2466AB
RGB
CMYK
RGB Variations
Color information
#2466AB (or 0x2466AB) is known color: Lochmara. HEX triplet: 24, 66 and AB. RGB value is (36,102,171). Sum of RGB (Red+Green+Blue) = 36+102+171=309 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.65% from 309); Green value is 102 (40.23% from 255 or 33.01% from 309); Blue value is 171 (67.19% from 255 or 55.34% from 309); Max value from RGB is 171 - color contains mainly: blue. Hex color #2466AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2466AB is #DB9954. Grayscale: #595959. Windows color (decimal): -14391637 or 11232804. OLE color: 11232804.
HSL color Cylindrical-coordinate representation of color #2466AB: hue angle of 210.67º 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 #2466AB is Cyan = 0.79, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 36 | 102 | 171 | - |
| CMYK | 0.79 | 0.40 | 0 | 0.33 |
| HSL | 210.67º | 0.65% | 0.41% | - |
| HSV(B) | 210.67º | 0.79% | 0.67% | - |
| XYZ | 12.83 | 12.82 | 40.33 | - |
| YUV | 90.13 | 173.63 | 89.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 102 | 171 | 0.79 | 0.40 | 0 | 0.33 | 210.67 | 0.65 | 0.41 |
| Hex | 24 | 66 | AB | 4F | 28 | 0 | 21 | D3 | 41 | 29 |
| Octal | 44 | 146 | 253 | 117 | 50 | 0 | 41 | 323 | 101 | 51 |
| Binary | 100100 | 1100110 | 10101011 | 1001111 | 101000 | 0 | 100001 | 11010011 | 1000001 | 101001 |
Color Harmonies of #2466AB
Complementary color
Monochromatic Colors of #2466AB
Black with #2466AB
Text Example
Text Example
White with #2466AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2466AB; }
p { color: rgb(36,102,171); }
H1.HeaderClassName
{
color: #2466AB;
}
.AnyTagClassName
{
color: #2466AB;
}
</style>
background-color css
<style>
a { background-color: #2466AB; }
a { background-color: rgb(36,102,171); }
div.DivClassName
{
background-color: #2466AB;
}
.BgClassName
{
background-color: #2466AB;
}
</style>
border-color css
<style>
span { border-color: #2466AB; }
span { border-color: rgb(36,102,171); }
td.TdClassName
{
border-color: #2466AB;
}
.TagClassName
{
border-color: #2466AB;
}
</style>