Shades of Lochmara #2569AD
Tints of Lochmara #2569AD
RGB
CMYK
RGB Variations
Color information
#2569AD (or 0x2569AD) is known color: Lochmara. HEX triplet: 25, 69 and AD. RGB value is (37,105,173). Sum of RGB (Red+Green+Blue) = 37+105+173=315 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.75% from 315); Green value is 105 (41.41% from 255 or 33.33% from 315); Blue value is 173 (67.97% from 255 or 54.92% from 315); Max value from RGB is 173 - color contains mainly: blue. Hex color #2569AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2569AD is #DA9652. Grayscale: #5C5C5C. Windows color (decimal): -14325331 or 11364645. OLE color: 11364645.
HSL color Cylindrical-coordinate representation of color #2569AD: hue angle of 210º 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 #2569AD is Cyan = 0.79, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 37 | 105 | 173 | - |
| CMYK | 0.79 | 0.39 | 0 | 0.32 |
| HSL | 210º | 0.65% | 0.41% | - |
| HSV(B) | 210º | 0.79% | 0.68% | - |
| XYZ | 13.36 | 13.51 | 41.44 | - |
| YUV | 92.42 | 173.47 | 88.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 105 | 173 | 0.79 | 0.39 | 0 | 0.32 | 210 | 0.65 | 0.41 |
| Hex | 25 | 69 | AD | 4F | 27 | 0 | 20 | D2 | 41 | 29 |
| Octal | 45 | 151 | 255 | 117 | 47 | 0 | 40 | 322 | 101 | 51 |
| Binary | 100101 | 1101001 | 10101101 | 1001111 | 100111 | 0 | 100000 | 11010010 | 1000001 | 101001 |
Color Harmonies of #2569AD
Complementary color
Monochromatic Colors of #2569AD
Black with #2569AD
Text Example
Text Example
White with #2569AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2569AD; }
p { color: rgb(37,105,173); }
H1.HeaderClassName
{
color: #2569AD;
}
.AnyTagClassName
{
color: #2569AD;
}
</style>
background-color css
<style>
a { background-color: #2569AD; }
a { background-color: rgb(37,105,173); }
div.DivClassName
{
background-color: #2569AD;
}
.BgClassName
{
background-color: #2569AD;
}
</style>
border-color css
<style>
span { border-color: #2569AD; }
span { border-color: rgb(37,105,173); }
td.TdClassName
{
border-color: #2569AD;
}
.TagClassName
{
border-color: #2569AD;
}
</style>