Shades of Lochmara #2467AB
Tints of Lochmara #2467AB
RGB
CMYK
RGB Variations
Color information
#2467AB (or 0x2467AB) is known color: Lochmara. HEX triplet: 24, 67 and AB. RGB value is (36,103,171). Sum of RGB (Red+Green+Blue) = 36+103+171=310 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.61% from 310); Green value is 103 (40.62% from 255 or 33.23% from 310); Blue value is 171 (67.19% from 255 or 55.16% from 310); Max value from RGB is 171 - color contains mainly: blue. Hex color #2467AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2467AB is #DB9854. Grayscale: #5A5A5A. Windows color (decimal): -14391381 or 11233060. OLE color: 11233060.
HSL color Cylindrical-coordinate representation of color #2467AB: hue angle of 210.22º 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 #2467AB is Cyan = 0.79, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 36 | 103 | 171 | - |
| CMYK | 0.79 | 0.40 | 0 | 0.33 |
| HSL | 210.22º | 0.65% | 0.41% | - |
| HSV(B) | 210.22º | 0.79% | 0.67% | - |
| XYZ | 12.93 | 13.02 | 40.36 | - |
| YUV | 90.72 | 173.3 | 88.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 103 | 171 | 0.79 | 0.40 | 0 | 0.33 | 210.22 | 0.65 | 0.41 |
| Hex | 24 | 67 | AB | 4F | 28 | 0 | 21 | D2 | 41 | 29 |
| Octal | 44 | 147 | 253 | 117 | 50 | 0 | 41 | 322 | 101 | 51 |
| Binary | 100100 | 1100111 | 10101011 | 1001111 | 101000 | 0 | 100001 | 11010010 | 1000001 | 101001 |
Color Harmonies of #2467AB
Complementary color
Monochromatic Colors of #2467AB
Black with #2467AB
Text Example
Text Example
White with #2467AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2467AB; }
p { color: rgb(36,103,171); }
H1.HeaderClassName
{
color: #2467AB;
}
.AnyTagClassName
{
color: #2467AB;
}
</style>
background-color css
<style>
a { background-color: #2467AB; }
a { background-color: rgb(36,103,171); }
div.DivClassName
{
background-color: #2467AB;
}
.BgClassName
{
background-color: #2467AB;
}
</style>
border-color css
<style>
span { border-color: #2467AB; }
span { border-color: rgb(36,103,171); }
td.TdClassName
{
border-color: #2467AB;
}
.TagClassName
{
border-color: #2467AB;
}
</style>