Shades of Lochmara #2465AC
Tints of Lochmara #2465AC
RGB
CMYK
RGB Variations
Color information
#2465AC (or 0x2465AC) is known color: Lochmara. HEX triplet: 24, 65 and AC. RGB value is (36,101,172). Sum of RGB (Red+Green+Blue) = 36+101+172=309 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.65% from 309); Green value is 101 (39.84% from 255 or 32.69% from 309); Blue value is 172 (67.58% from 255 or 55.66% from 309); Max value from RGB is 172 - color contains mainly: blue. Hex color #2465AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2465AC is #DB9A53. Grayscale: #595959. Windows color (decimal): -14391892 or 11298084. OLE color: 11298084.
HSL color Cylindrical-coordinate representation of color #2465AC: hue angle of 211.32º 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 #2465AC is Cyan = 0.79, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 36 | 101 | 172 | - |
| CMYK | 0.79 | 0.41 | 0 | 0.33 |
| HSL | 211.32º | 0.65% | 0.41% | - |
| HSV(B) | 211.32º | 0.79% | 0.67% | - |
| XYZ | 12.83 | 12.66 | 40.8 | - |
| YUV | 89.66 | 174.47 | 89.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 101 | 172 | 0.79 | 0.41 | 0 | 0.33 | 211.32 | 0.65 | 0.41 |
| Hex | 24 | 65 | AC | 4F | 29 | 0 | 21 | D3 | 41 | 29 |
| Octal | 44 | 145 | 254 | 117 | 51 | 0 | 41 | 323 | 101 | 51 |
| Binary | 100100 | 1100101 | 10101100 | 1001111 | 101001 | 0 | 100001 | 11010011 | 1000001 | 101001 |
Color Harmonies of #2465AC
Complementary color
Monochromatic Colors of #2465AC
Black with #2465AC
Text Example
Text Example
White with #2465AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2465AC; }
p { color: rgb(36,101,172); }
H1.HeaderClassName
{
color: #2465AC;
}
.AnyTagClassName
{
color: #2465AC;
}
</style>
background-color css
<style>
a { background-color: #2465AC; }
a { background-color: rgb(36,101,172); }
div.DivClassName
{
background-color: #2465AC;
}
.BgClassName
{
background-color: #2465AC;
}
</style>
border-color css
<style>
span { border-color: #2465AC; }
span { border-color: rgb(36,101,172); }
td.TdClassName
{
border-color: #2465AC;
}
.TagClassName
{
border-color: #2465AC;
}
</style>