Shades of Lochmara #245DA1
Tints of Lochmara #245DA1
RGB
CMYK
RGB Variations
Color information
#245DA1 (or 0x245DA1) is known color: Lochmara. HEX triplet: 24, 5D and A1. RGB value is (36,93,161). Sum of RGB (Red+Green+Blue) = 36+93+161=290 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.41% from 290); Green value is 93 (36.72% from 255 or 32.07% from 290); Blue value is 161 (63.28% from 255 or 55.52% from 290); Max value from RGB is 161 - color contains mainly: blue. Hex color #245DA1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245DA1 is #DBA25E. Grayscale: #535353. Windows color (decimal): -14393951 or 10575140. OLE color: 10575140.
HSL color Cylindrical-coordinate representation of color #245DA1: hue angle of 212.64º 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 #245DA1 is Cyan = 0.78, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 36 | 93 | 161 | - |
| CMYK | 0.78 | 0.42 | 0 | 0.37 |
| HSL | 212.64º | 0.63% | 0.39% | - |
| HSV(B) | 212.64º | 0.78% | 0.63% | - |
| XYZ | 11.07 | 10.78 | 35.21 | - |
| YUV | 83.71 | 171.62 | 93.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 93 | 161 | 0.78 | 0.42 | 0 | 0.37 | 212.64 | 0.63 | 0.39 |
| Hex | 24 | 5D | A1 | 4E | 2A | 0 | 25 | D5 | 3F | 27 |
| Octal | 44 | 135 | 241 | 116 | 52 | 0 | 45 | 325 | 77 | 47 |
| Binary | 100100 | 1011101 | 10100001 | 1001110 | 101010 | 0 | 100101 | 11010101 | 111111 | 100111 |
Color Harmonies of #245DA1
Complementary color
Monochromatic Colors of #245DA1
Black with #245DA1
Text Example
Text Example
White with #245DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245DA1; }
p { color: rgb(36,93,161); }
H1.HeaderClassName
{
color: #245DA1;
}
.AnyTagClassName
{
color: #245DA1;
}
</style>
background-color css
<style>
a { background-color: #245DA1; }
a { background-color: rgb(36,93,161); }
div.DivClassName
{
background-color: #245DA1;
}
.BgClassName
{
background-color: #245DA1;
}
</style>
border-color css
<style>
span { border-color: #245DA1; }
span { border-color: rgb(36,93,161); }
td.TdClassName
{
border-color: #245DA1;
}
.TagClassName
{
border-color: #245DA1;
}
</style>