Shades of Lochmara #2566AD
Tints of Lochmara #2566AD
RGB
CMYK
RGB Variations
Color information
#2566AD (or 0x2566AD) is known color: Lochmara. HEX triplet: 25, 66 and AD. RGB value is (37,102,173). Sum of RGB (Red+Green+Blue) = 37+102+173=312 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.86% from 312); Green value is 102 (40.23% from 255 or 32.69% 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 #2566AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2566AD is #DA9952. Grayscale: #5A5A5A. Windows color (decimal): -14326099 or 11363877. OLE color: 11363877.
HSL color Cylindrical-coordinate representation of color #2566AD: hue angle of 211.32º 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 #2566AD is Cyan = 0.79, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 37 | 102 | 173 | - |
| CMYK | 0.79 | 0.41 | 0 | 0.32 |
| HSL | 211.32º | 0.65% | 0.41% | - |
| HSV(B) | 211.32º | 0.79% | 0.68% | - |
| XYZ | 13.06 | 12.91 | 41.34 | - |
| YUV | 90.66 | 174.47 | 89.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 102 | 173 | 0.79 | 0.41 | 0 | 0.32 | 211.32 | 0.65 | 0.41 |
| Hex | 25 | 66 | AD | 4F | 29 | 0 | 20 | D3 | 41 | 29 |
| Octal | 45 | 146 | 255 | 117 | 51 | 0 | 40 | 323 | 101 | 51 |
| Binary | 100101 | 1100110 | 10101101 | 1001111 | 101001 | 0 | 100000 | 11010011 | 1000001 | 101001 |
Color Harmonies of #2566AD
Complementary color
Monochromatic Colors of #2566AD
Black with #2566AD
Text Example
Text Example
White with #2566AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2566AD; }
p { color: rgb(37,102,173); }
H1.HeaderClassName
{
color: #2566AD;
}
.AnyTagClassName
{
color: #2566AD;
}
</style>
background-color css
<style>
a { background-color: #2566AD; }
a { background-color: rgb(37,102,173); }
div.DivClassName
{
background-color: #2566AD;
}
.BgClassName
{
background-color: #2566AD;
}
</style>
border-color css
<style>
span { border-color: #2566AD; }
span { border-color: rgb(37,102,173); }
td.TdClassName
{
border-color: #2566AD;
}
.TagClassName
{
border-color: #2566AD;
}
</style>