Shades of Lochmara #245FA1
Tints of Lochmara #245FA1
RGB
CMYK
RGB Variations
Color information
#245FA1 (or 0x245FA1) is known color: Lochmara. HEX triplet: 24, 5F and A1. RGB value is (36,95,161). Sum of RGB (Red+Green+Blue) = 36+95+161=292 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.33% from 292); Green value is 95 (37.5% from 255 or 32.53% from 292); Blue value is 161 (63.28% from 255 or 55.14% from 292); Max value from RGB is 161 - color contains mainly: blue. Hex color #245FA1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245FA1 is #DBA05E. Grayscale: #545454. Windows color (decimal): -14393439 or 10575652. OLE color: 10575652.
HSL color Cylindrical-coordinate representation of color #245FA1: hue angle of 211.68º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #245FA1 is Cyan = 0.78, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 36 | 95 | 161 | - |
| CMYK | 0.78 | 0.41 | 0 | 0.37 |
| HSL | 211.68º | 0.63% | 0.39% | - |
| HSV(B) | 211.68º | 0.78% | 0.63% | - |
| XYZ | 11.25 | 11.13 | 35.27 | - |
| YUV | 84.88 | 170.95 | 93.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 95 | 161 | 0.78 | 0.41 | 0 | 0.37 | 211.68 | 0.63 | 0.39 |
| Hex | 24 | 5F | A1 | 4E | 29 | 0 | 25 | D4 | 3F | 27 |
| Octal | 44 | 137 | 241 | 116 | 51 | 0 | 45 | 324 | 77 | 47 |
| Binary | 100100 | 1011111 | 10100001 | 1001110 | 101001 | 0 | 100101 | 11010100 | 111111 | 100111 |
Color Harmonies of #245FA1
Complementary color
Monochromatic Colors of #245FA1
Black with #245FA1
Text Example
Text Example
White with #245FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245FA1; }
p { color: rgb(36,95,161); }
H1.HeaderClassName
{
color: #245FA1;
}
.AnyTagClassName
{
color: #245FA1;
}
</style>
background-color css
<style>
a { background-color: #245FA1; }
a { background-color: rgb(36,95,161); }
div.DivClassName
{
background-color: #245FA1;
}
.BgClassName
{
background-color: #245FA1;
}
</style>
border-color css
<style>
span { border-color: #245FA1; }
span { border-color: rgb(36,95,161); }
td.TdClassName
{
border-color: #245FA1;
}
.TagClassName
{
border-color: #245FA1;
}
</style>