Shades of Lochmara #2565AD
Tints of Lochmara #2565AD
RGB
CMYK
RGB Variations
Color information
#2565AD (or 0x2565AD) is known color: Lochmara. HEX triplet: 25, 65 and AD. RGB value is (37,101,173). Sum of RGB (Red+Green+Blue) = 37+101+173=311 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.90% from 311); Green value is 101 (39.84% from 255 or 32.48% from 311); Blue value is 173 (67.97% from 255 or 55.63% from 311); Max value from RGB is 173 - color contains mainly: blue. Hex color #2565AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2565AD is #DA9A52. Grayscale: #595959. Windows color (decimal): -14326355 or 11363621. OLE color: 11363621.
HSL color Cylindrical-coordinate representation of color #2565AD: hue angle of 211.76º 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 #2565AD is Cyan = 0.79, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 37 | 101 | 173 | - |
| CMYK | 0.79 | 0.42 | 0 | 0.32 |
| HSL | 211.76º | 0.65% | 0.41% | - |
| HSV(B) | 211.76º | 0.79% | 0.68% | - |
| XYZ | 12.96 | 12.72 | 41.31 | - |
| YUV | 90.07 | 174.8 | 90.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 101 | 173 | 0.79 | 0.42 | 0 | 0.32 | 211.76 | 0.65 | 0.41 |
| Hex | 25 | 65 | AD | 4F | 2A | 0 | 20 | D4 | 41 | 29 |
| Octal | 45 | 145 | 255 | 117 | 52 | 0 | 40 | 324 | 101 | 51 |
| Binary | 100101 | 1100101 | 10101101 | 1001111 | 101010 | 0 | 100000 | 11010100 | 1000001 | 101001 |
Color Harmonies of #2565AD
Complementary color
Monochromatic Colors of #2565AD
Black with #2565AD
Text Example
Text Example
White with #2565AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2565AD; }
p { color: rgb(37,101,173); }
H1.HeaderClassName
{
color: #2565AD;
}
.AnyTagClassName
{
color: #2565AD;
}
</style>
background-color css
<style>
a { background-color: #2565AD; }
a { background-color: rgb(37,101,173); }
div.DivClassName
{
background-color: #2565AD;
}
.BgClassName
{
background-color: #2565AD;
}
</style>
border-color css
<style>
span { border-color: #2565AD; }
span { border-color: rgb(37,101,173); }
td.TdClassName
{
border-color: #2565AD;
}
.TagClassName
{
border-color: #2565AD;
}
</style>