Shades of Lochmara #255CA9
Tints of Lochmara #255CA9
RGB
CMYK
RGB Variations
Color information
#255CA9 (or 0x255CA9) is known color: Lochmara. HEX triplet: 25, 5C and A9. RGB value is (37,92,169). Sum of RGB (Red+Green+Blue) = 37+92+169=298 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.42% from 298); Green value is 92 (36.33% from 255 or 30.87% from 298); Blue value is 169 (66.41% from 255 or 56.71% from 298); Max value from RGB is 169 - color contains mainly: blue. Hex color #255CA9 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255CA9 is #DAA356. Grayscale: #535353. Windows color (decimal): -14328663 or 11099173. OLE color: 11099173.
HSL color Cylindrical-coordinate representation of color #255CA9: hue angle of 215º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #255CA9 is Cyan = 0.78, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 37 | 92 | 169 | - |
| CMYK | 0.78 | 0.46 | 0 | 0.34 |
| HSL | 215º | 0.64% | 0.4% | - |
| HSV(B) | 215º | 0.78% | 0.66% | - |
| XYZ | 11.75 | 10.91 | 39.02 | - |
| YUV | 84.33 | 175.78 | 94.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 92 | 169 | 0.78 | 0.46 | 0 | 0.34 | 215 | 0.64 | 0.4 |
| Hex | 25 | 5C | A9 | 4E | 2E | 0 | 22 | D7 | 40 | 28 |
| Octal | 45 | 134 | 251 | 116 | 56 | 0 | 42 | 327 | 100 | 50 |
| Binary | 100101 | 1011100 | 10101001 | 1001110 | 101110 | 0 | 100010 | 11010111 | 1000000 | 101000 |
Color Harmonies of #255CA9
Complementary color
Monochromatic Colors of #255CA9
Black with #255CA9
Text Example
Text Example
White with #255CA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255CA9; }
p { color: rgb(37,92,169); }
H1.HeaderClassName
{
color: #255CA9;
}
.AnyTagClassName
{
color: #255CA9;
}
</style>
background-color css
<style>
a { background-color: #255CA9; }
a { background-color: rgb(37,92,169); }
div.DivClassName
{
background-color: #255CA9;
}
.BgClassName
{
background-color: #255CA9;
}
</style>
border-color css
<style>
span { border-color: #255CA9; }
span { border-color: rgb(37,92,169); }
td.TdClassName
{
border-color: #255CA9;
}
.TagClassName
{
border-color: #255CA9;
}
</style>