Shades of Lochmara #2565AA
Tints of Lochmara #2565AA
RGB
CMYK
RGB Variations
Color information
#2565AA (or 0x2565AA) is known color: Lochmara. HEX triplet: 25, 65 and AA. RGB value is (37,101,170). Sum of RGB (Red+Green+Blue) = 37+101+170=308 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.01% from 308); Green value is 101 (39.84% from 255 or 32.79% from 308); Blue value is 170 (66.80% from 255 or 55.19% from 308); Max value from RGB is 170 - color contains mainly: blue. Hex color #2565AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2565AA is #DA9A55. Grayscale: #595959. Windows color (decimal): -14326358 or 11167013. OLE color: 11167013.
HSL color Cylindrical-coordinate representation of color #2565AA: hue angle of 211.13º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2565AA is Cyan = 0.78, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 37 | 101 | 170 | - |
| CMYK | 0.78 | 0.41 | 0 | 0.33 |
| HSL | 211.13º | 0.64% | 0.41% | - |
| HSV(B) | 211.13º | 0.78% | 0.67% | - |
| XYZ | 12.67 | 12.6 | 39.79 | - |
| YUV | 89.73 | 173.3 | 90.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 101 | 170 | 0.78 | 0.41 | 0 | 0.33 | 211.13 | 0.64 | 0.41 |
| Hex | 25 | 65 | AA | 4E | 29 | 0 | 21 | D3 | 40 | 29 |
| Octal | 45 | 145 | 252 | 116 | 51 | 0 | 41 | 323 | 100 | 51 |
| Binary | 100101 | 1100101 | 10101010 | 1001110 | 101001 | 0 | 100001 | 11010011 | 1000000 | 101001 |
Color Harmonies of #2565AA
Complementary color
Monochromatic Colors of #2565AA
Black with #2565AA
Text Example
Text Example
White with #2565AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2565AA; }
p { color: rgb(37,101,170); }
H1.HeaderClassName
{
color: #2565AA;
}
.AnyTagClassName
{
color: #2565AA;
}
</style>
background-color css
<style>
a { background-color: #2565AA; }
a { background-color: rgb(37,101,170); }
div.DivClassName
{
background-color: #2565AA;
}
.BgClassName
{
background-color: #2565AA;
}
</style>
border-color css
<style>
span { border-color: #2565AA; }
span { border-color: rgb(37,101,170); }
td.TdClassName
{
border-color: #2565AA;
}
.TagClassName
{
border-color: #2565AA;
}
</style>