Shades of Lochmara #2467A9
Tints of Lochmara #2467A9
RGB
CMYK
RGB Variations
Color information
#2467A9 (or 0x2467A9) is known color: Lochmara. HEX triplet: 24, 67 and A9. RGB value is (36,103,169). Sum of RGB (Red+Green+Blue) = 36+103+169=308 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.69% from 308); Green value is 103 (40.62% from 255 or 33.44% from 308); Blue value is 169 (66.41% from 255 or 54.87% from 308); Max value from RGB is 169 - color contains mainly: blue. Hex color #2467A9 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2467A9 is #DB9856. Grayscale: #5A5A5A. Windows color (decimal): -14391383 or 11101988. OLE color: 11101988.
HSL color Cylindrical-coordinate representation of color #2467A9: hue angle of 209.77º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2467A9 is Cyan = 0.79, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 36 | 103 | 169 | - |
| CMYK | 0.79 | 0.39 | 0 | 0.34 |
| HSL | 209.77º | 0.65% | 0.4% | - |
| HSV(B) | 209.77º | 0.79% | 0.66% | - |
| XYZ | 12.74 | 12.94 | 39.36 | - |
| YUV | 90.49 | 172.3 | 89.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 103 | 169 | 0.79 | 0.39 | 0 | 0.34 | 209.77 | 0.65 | 0.4 |
| Hex | 24 | 67 | A9 | 4F | 27 | 0 | 22 | D2 | 41 | 28 |
| Octal | 44 | 147 | 251 | 117 | 47 | 0 | 42 | 322 | 101 | 50 |
| Binary | 100100 | 1100111 | 10101001 | 1001111 | 100111 | 0 | 100010 | 11010010 | 1000001 | 101000 |
Color Harmonies of #2467A9
Complementary color
Monochromatic Colors of #2467A9
Black with #2467A9
Text Example
Text Example
White with #2467A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2467A9; }
p { color: rgb(36,103,169); }
H1.HeaderClassName
{
color: #2467A9;
}
.AnyTagClassName
{
color: #2467A9;
}
</style>
background-color css
<style>
a { background-color: #2467A9; }
a { background-color: rgb(36,103,169); }
div.DivClassName
{
background-color: #2467A9;
}
.BgClassName
{
background-color: #2467A9;
}
</style>
border-color css
<style>
span { border-color: #2467A9; }
span { border-color: rgb(36,103,169); }
td.TdClassName
{
border-color: #2467A9;
}
.TagClassName
{
border-color: #2467A9;
}
</style>