Shades of Lochmara #2569A0
Tints of Lochmara #2569A0
RGB
CMYK
RGB Variations
Color information
#2569A0 (or 0x2569A0) is known color: Lochmara. HEX triplet: 25, 69 and A0. RGB value is (37,105,160). Sum of RGB (Red+Green+Blue) = 37+105+160=302 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.25% from 302); Green value is 105 (41.41% from 255 or 34.77% from 302); Blue value is 160 (62.89% from 255 or 52.98% from 302); Max value from RGB is 160 - color contains mainly: blue. Hex color #2569A0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2569A0 is #DA965F. Grayscale: #5A5A5A. Windows color (decimal): -14325344 or 10512677. OLE color: 10512677.
HSL color Cylindrical-coordinate representation of color #2569A0: hue angle of 206.83º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2569A0 is Cyan = 0.77, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 37 | 105 | 160 | - |
| CMYK | 0.77 | 0.34 | 0 | 0.37 |
| HSL | 206.83º | 0.62% | 0.39% | - |
| HSV(B) | 206.83º | 0.77% | 0.63% | - |
| XYZ | 12.16 | 13.03 | 35.13 | - |
| YUV | 90.94 | 166.97 | 89.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 105 | 160 | 0.77 | 0.34 | 0 | 0.37 | 206.83 | 0.62 | 0.39 |
| Hex | 25 | 69 | A0 | 4D | 22 | 0 | 25 | CF | 3E | 27 |
| Octal | 45 | 151 | 240 | 115 | 42 | 0 | 45 | 317 | 76 | 47 |
| Binary | 100101 | 1101001 | 10100000 | 1001101 | 100010 | 0 | 100101 | 11001111 | 111110 | 100111 |
Color Harmonies of #2569A0
Complementary color
Monochromatic Colors of #2569A0
Black with #2569A0
Text Example
Text Example
White with #2569A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2569A0; }
p { color: rgb(37,105,160); }
H1.HeaderClassName
{
color: #2569A0;
}
.AnyTagClassName
{
color: #2569A0;
}
</style>
background-color css
<style>
a { background-color: #2569A0; }
a { background-color: rgb(37,105,160); }
div.DivClassName
{
background-color: #2569A0;
}
.BgClassName
{
background-color: #2569A0;
}
</style>
border-color css
<style>
span { border-color: #2569A0; }
span { border-color: rgb(37,105,160); }
td.TdClassName
{
border-color: #2569A0;
}
.TagClassName
{
border-color: #2569A0;
}
</style>