Shades of Lochmara #245DA3
Tints of Lochmara #245DA3
RGB
CMYK
RGB Variations
Color information
#245DA3 (or 0x245DA3) is known color: Lochmara. HEX triplet: 24, 5D and A3. RGB value is (36,93,163). Sum of RGB (Red+Green+Blue) = 36+93+163=292 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.33% from 292); Green value is 93 (36.72% from 255 or 31.85% from 292); Blue value is 163 (64.06% from 255 or 55.82% from 292); Max value from RGB is 163 - color contains mainly: blue. Hex color #245DA3 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245DA3 is #DBA25C. Grayscale: #535353. Windows color (decimal): -14393949 or 10706212. OLE color: 10706212.
HSL color Cylindrical-coordinate representation of color #245DA3: hue angle of 213.07º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #245DA3 is Cyan = 0.78, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 36 | 93 | 163 | - |
| CMYK | 0.78 | 0.43 | 0 | 0.36 |
| HSL | 213.07º | 0.64% | 0.39% | - |
| HSV(B) | 213.07º | 0.78% | 0.64% | - |
| XYZ | 11.25 | 10.85 | 36.15 | - |
| YUV | 83.94 | 172.62 | 93.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 93 | 163 | 0.78 | 0.43 | 0 | 0.36 | 213.07 | 0.64 | 0.39 |
| Hex | 24 | 5D | A3 | 4E | 2B | 0 | 24 | D5 | 40 | 27 |
| Octal | 44 | 135 | 243 | 116 | 53 | 0 | 44 | 325 | 100 | 47 |
| Binary | 100100 | 1011101 | 10100011 | 1001110 | 101011 | 0 | 100100 | 11010101 | 1000000 | 100111 |
Color Harmonies of #245DA3
Complementary color
Monochromatic Colors of #245DA3
Black with #245DA3
Text Example
Text Example
White with #245DA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245DA3; }
p { color: rgb(36,93,163); }
H1.HeaderClassName
{
color: #245DA3;
}
.AnyTagClassName
{
color: #245DA3;
}
</style>
background-color css
<style>
a { background-color: #245DA3; }
a { background-color: rgb(36,93,163); }
div.DivClassName
{
background-color: #245DA3;
}
.BgClassName
{
background-color: #245DA3;
}
</style>
border-color css
<style>
span { border-color: #245DA3; }
span { border-color: rgb(36,93,163); }
td.TdClassName
{
border-color: #245DA3;
}
.TagClassName
{
border-color: #245DA3;
}
</style>