Shades of Lochmara #2467A0
Tints of Lochmara #2467A0
RGB
CMYK
RGB Variations
Color information
#2467A0 (or 0x2467A0) is known color: Lochmara. HEX triplet: 24, 67 and A0. RGB value is (36,103,160). Sum of RGB (Red+Green+Blue) = 36+103+160=299 (39% of max value = 765). Red value is 36 (14.45% from 255 or 12.04% from 299); Green value is 103 (40.62% from 255 or 34.45% from 299); Blue value is 160 (62.89% from 255 or 53.51% from 299); Max value from RGB is 160 - color contains mainly: blue. Hex color #2467A0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2467A0 is #DB985F. Grayscale: #595959. Windows color (decimal): -14391392 or 10512164. OLE color: 10512164.
HSL color Cylindrical-coordinate representation of color #2467A0: hue angle of 207.58º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2467A0 is Cyan = 0.78, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 36 | 103 | 160 | - |
| CMYK | 0.78 | 0.36 | 0 | 0.37 |
| HSL | 207.58º | 0.63% | 0.38% | - |
| HSV(B) | 207.58º | 0.78% | 0.63% | - |
| XYZ | 11.92 | 12.61 | 35.06 | - |
| YUV | 89.47 | 167.8 | 89.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 103 | 160 | 0.78 | 0.36 | 0 | 0.37 | 207.58 | 0.63 | 0.38 |
| Hex | 24 | 67 | A0 | 4E | 24 | 0 | 25 | D0 | 3F | 26 |
| Octal | 44 | 147 | 240 | 116 | 44 | 0 | 45 | 320 | 77 | 46 |
| Binary | 100100 | 1100111 | 10100000 | 1001110 | 100100 | 0 | 100101 | 11010000 | 111111 | 100110 |
Color Harmonies of #2467A0
Complementary color
Monochromatic Colors of #2467A0
Black with #2467A0
Text Example
Text Example
White with #2467A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2467A0; }
p { color: rgb(36,103,160); }
H1.HeaderClassName
{
color: #2467A0;
}
.AnyTagClassName
{
color: #2467A0;
}
</style>
background-color css
<style>
a { background-color: #2467A0; }
a { background-color: rgb(36,103,160); }
div.DivClassName
{
background-color: #2467A0;
}
.BgClassName
{
background-color: #2467A0;
}
</style>
border-color css
<style>
span { border-color: #2467A0; }
span { border-color: rgb(36,103,160); }
td.TdClassName
{
border-color: #2467A0;
}
.TagClassName
{
border-color: #2467A0;
}
</style>