Shades of Lochmara #2467AD
Tints of Lochmara #2467AD
RGB
CMYK
RGB Variations
Color information
#2467AD (or 0x2467AD) is known color: Lochmara. HEX triplet: 24, 67 and AD. RGB value is (36,103,173). Sum of RGB (Red+Green+Blue) = 36+103+173=312 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.54% from 312); Green value is 103 (40.62% from 255 or 33.01% from 312); Blue value is 173 (67.97% from 255 or 55.45% from 312); Max value from RGB is 173 - color contains mainly: blue. Hex color #2467AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2467AD is #DB9852. Grayscale: #5A5A5A. Windows color (decimal): -14391379 or 11364132. OLE color: 11364132.
HSL color Cylindrical-coordinate representation of color #2467AD: hue angle of 210.66º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2467AD is Cyan = 0.79, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 36 | 103 | 173 | - |
| CMYK | 0.79 | 0.40 | 0 | 0.32 |
| HSL | 210.66º | 0.66% | 0.41% | - |
| HSV(B) | 210.66º | 0.79% | 0.68% | - |
| XYZ | 13.12 | 13.09 | 41.37 | - |
| YUV | 90.95 | 174.3 | 88.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 103 | 173 | 0.79 | 0.40 | 0 | 0.32 | 210.66 | 0.66 | 0.41 |
| Hex | 24 | 67 | AD | 4F | 28 | 0 | 20 | D3 | 42 | 29 |
| Octal | 44 | 147 | 255 | 117 | 50 | 0 | 40 | 323 | 102 | 51 |
| Binary | 100100 | 1100111 | 10101101 | 1001111 | 101000 | 0 | 100000 | 11010011 | 1000010 | 101001 |
Color Harmonies of #2467AD
Complementary color
Monochromatic Colors of #2467AD
Black with #2467AD
Text Example
Text Example
White with #2467AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2467AD; }
p { color: rgb(36,103,173); }
H1.HeaderClassName
{
color: #2467AD;
}
.AnyTagClassName
{
color: #2467AD;
}
</style>
background-color css
<style>
a { background-color: #2467AD; }
a { background-color: rgb(36,103,173); }
div.DivClassName
{
background-color: #2467AD;
}
.BgClassName
{
background-color: #2467AD;
}
</style>
border-color css
<style>
span { border-color: #2467AD; }
span { border-color: rgb(36,103,173); }
td.TdClassName
{
border-color: #2467AD;
}
.TagClassName
{
border-color: #2467AD;
}
</style>