Shades of Lochmara #2569AA
Tints of Lochmara #2569AA
RGB
CMYK
RGB Variations
Color information
#2569AA (or 0x2569AA) is known color: Lochmara. HEX triplet: 25, 69 and AA. RGB value is (37,105,170). Sum of RGB (Red+Green+Blue) = 37+105+170=312 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.86% from 312); Green value is 105 (41.41% from 255 or 33.65% from 312); Blue value is 170 (66.80% from 255 or 54.49% from 312); Max value from RGB is 170 - color contains mainly: blue. Hex color #2569AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2569AA is #DA9655. Grayscale: #5B5B5B. Windows color (decimal): -14325334 or 11168037. OLE color: 11168037.
HSL color Cylindrical-coordinate representation of color #2569AA: hue angle of 209.32º 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 #2569AA is Cyan = 0.78, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 37 | 105 | 170 | - |
| CMYK | 0.78 | 0.38 | 0 | 0.33 |
| HSL | 209.32º | 0.64% | 0.41% | - |
| HSV(B) | 209.32º | 0.78% | 0.67% | - |
| XYZ | 13.07 | 13.4 | 39.93 | - |
| YUV | 92.08 | 171.97 | 88.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 105 | 170 | 0.78 | 0.38 | 0 | 0.33 | 209.32 | 0.64 | 0.41 |
| Hex | 25 | 69 | AA | 4E | 26 | 0 | 21 | D1 | 40 | 29 |
| Octal | 45 | 151 | 252 | 116 | 46 | 0 | 41 | 321 | 100 | 51 |
| Binary | 100101 | 1101001 | 10101010 | 1001110 | 100110 | 0 | 100001 | 11010001 | 1000000 | 101001 |
Color Harmonies of #2569AA
Complementary color
Monochromatic Colors of #2569AA
Black with #2569AA
Text Example
Text Example
White with #2569AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2569AA; }
p { color: rgb(37,105,170); }
H1.HeaderClassName
{
color: #2569AA;
}
.AnyTagClassName
{
color: #2569AA;
}
</style>
background-color css
<style>
a { background-color: #2569AA; }
a { background-color: rgb(37,105,170); }
div.DivClassName
{
background-color: #2569AA;
}
.BgClassName
{
background-color: #2569AA;
}
</style>
border-color css
<style>
span { border-color: #2569AA; }
span { border-color: rgb(37,105,170); }
td.TdClassName
{
border-color: #2569AA;
}
.TagClassName
{
border-color: #2569AA;
}
</style>