Shades of Lochmara #2567AD
Tints of Lochmara #2567AD
RGB
CMYK
RGB Variations
Color information
#2567AD (or 0x2567AD) is known color: Lochmara. HEX triplet: 25, 67 and AD. RGB value is (37,103,173). Sum of RGB (Red+Green+Blue) = 37+103+173=313 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.82% from 313); Green value is 103 (40.62% from 255 or 32.91% from 313); Blue value is 173 (67.97% from 255 or 55.27% from 313); Max value from RGB is 173 - color contains mainly: blue. Hex color #2567AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2567AD is #DA9852. Grayscale: #5A5A5A. Windows color (decimal): -14325843 or 11364133. OLE color: 11364133.
HSL color Cylindrical-coordinate representation of color #2567AD: hue angle of 210.88º degrees, saturation: 0.65, 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 #2567AD is Cyan = 0.79, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 37 | 103 | 173 | - |
| CMYK | 0.79 | 0.40 | 0 | 0.32 |
| HSL | 210.88º | 0.65% | 0.41% | - |
| HSV(B) | 210.88º | 0.79% | 0.68% | - |
| XYZ | 13.16 | 13.11 | 41.37 | - |
| YUV | 91.25 | 174.13 | 89.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 103 | 173 | 0.79 | 0.40 | 0 | 0.32 | 210.88 | 0.65 | 0.41 |
| Hex | 25 | 67 | AD | 4F | 28 | 0 | 20 | D3 | 41 | 29 |
| Octal | 45 | 147 | 255 | 117 | 50 | 0 | 40 | 323 | 101 | 51 |
| Binary | 100101 | 1100111 | 10101101 | 1001111 | 101000 | 0 | 100000 | 11010011 | 1000001 | 101001 |
Color Harmonies of #2567AD
Complementary color
Monochromatic Colors of #2567AD
Black with #2567AD
Text Example
Text Example
White with #2567AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2567AD; }
p { color: rgb(37,103,173); }
H1.HeaderClassName
{
color: #2567AD;
}
.AnyTagClassName
{
color: #2567AD;
}
</style>
background-color css
<style>
a { background-color: #2567AD; }
a { background-color: rgb(37,103,173); }
div.DivClassName
{
background-color: #2567AD;
}
.BgClassName
{
background-color: #2567AD;
}
</style>
border-color css
<style>
span { border-color: #2567AD; }
span { border-color: rgb(37,103,173); }
td.TdClassName
{
border-color: #2567AD;
}
.TagClassName
{
border-color: #2567AD;
}
</style>