Shades of Lochmara #2569AB
Tints of Lochmara #2569AB
RGB
CMYK
RGB Variations
Color information
#2569AB (or 0x2569AB) is known color: Lochmara. HEX triplet: 25, 69 and AB. RGB value is (37,105,171). Sum of RGB (Red+Green+Blue) = 37+105+171=313 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.82% from 313); Green value is 105 (41.41% from 255 or 33.55% from 313); Blue value is 171 (67.19% from 255 or 54.63% from 313); Max value from RGB is 171 - color contains mainly: blue. Hex color #2569AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2569AB is #DA9654. Grayscale: #5B5B5B. Windows color (decimal): -14325333 or 11233573. OLE color: 11233573.
HSL color Cylindrical-coordinate representation of color #2569AB: hue angle of 209.55º 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 #2569AB is Cyan = 0.78, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 37 | 105 | 171 | - |
| CMYK | 0.78 | 0.39 | 0 | 0.33 |
| HSL | 209.55º | 0.64% | 0.41% | - |
| HSV(B) | 209.55º | 0.78% | 0.67% | - |
| XYZ | 13.17 | 13.44 | 40.43 | - |
| YUV | 92.19 | 172.47 | 88.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 105 | 171 | 0.78 | 0.39 | 0 | 0.33 | 209.55 | 0.64 | 0.41 |
| Hex | 25 | 69 | AB | 4E | 27 | 0 | 21 | D2 | 40 | 29 |
| Octal | 45 | 151 | 253 | 116 | 47 | 0 | 41 | 322 | 100 | 51 |
| Binary | 100101 | 1101001 | 10101011 | 1001110 | 100111 | 0 | 100001 | 11010010 | 1000000 | 101001 |
Color Harmonies of #2569AB
Complementary color
Monochromatic Colors of #2569AB
Black with #2569AB
Text Example
Text Example
White with #2569AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2569AB; }
p { color: rgb(37,105,171); }
H1.HeaderClassName
{
color: #2569AB;
}
.AnyTagClassName
{
color: #2569AB;
}
</style>
background-color css
<style>
a { background-color: #2569AB; }
a { background-color: rgb(37,105,171); }
div.DivClassName
{
background-color: #2569AB;
}
.BgClassName
{
background-color: #2569AB;
}
</style>
border-color css
<style>
span { border-color: #2569AB; }
span { border-color: rgb(37,105,171); }
td.TdClassName
{
border-color: #2569AB;
}
.TagClassName
{
border-color: #2569AB;
}
</style>