Shades of Lochmara #2465A7
Tints of Lochmara #2465A7
RGB
CMYK
RGB Variations
Color information
#2465A7 (or 0x2465A7) is known color: Lochmara. HEX triplet: 24, 65 and A7. RGB value is (36,101,167). Sum of RGB (Red+Green+Blue) = 36+101+167=304 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.84% from 304); Green value is 101 (39.84% from 255 or 33.22% from 304); Blue value is 167 (65.62% from 255 or 54.93% from 304); Max value from RGB is 167 - color contains mainly: blue. Hex color #2465A7 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2465A7 is #DB9A58. Grayscale: #585858. Windows color (decimal): -14391897 or 10970404. OLE color: 10970404.
HSL color Cylindrical-coordinate representation of color #2465A7: hue angle of 210.23º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2465A7 is Cyan = 0.78, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 36 | 101 | 167 | - |
| CMYK | 0.78 | 0.40 | 0 | 0.35 |
| HSL | 210.23º | 0.65% | 0.4% | - |
| HSV(B) | 210.23º | 0.78% | 0.65% | - |
| XYZ | 12.36 | 12.47 | 38.32 | - |
| YUV | 89.09 | 171.97 | 90.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 101 | 167 | 0.78 | 0.40 | 0 | 0.35 | 210.23 | 0.65 | 0.4 |
| Hex | 24 | 65 | A7 | 4E | 28 | 0 | 23 | D2 | 41 | 28 |
| Octal | 44 | 145 | 247 | 116 | 50 | 0 | 43 | 322 | 101 | 50 |
| Binary | 100100 | 1100101 | 10100111 | 1001110 | 101000 | 0 | 100011 | 11010010 | 1000001 | 101000 |
Color Harmonies of #2465A7
Complementary color
Monochromatic Colors of #2465A7
Black with #2465A7
Text Example
Text Example
White with #2465A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2465A7; }
p { color: rgb(36,101,167); }
H1.HeaderClassName
{
color: #2465A7;
}
.AnyTagClassName
{
color: #2465A7;
}
</style>
background-color css
<style>
a { background-color: #2465A7; }
a { background-color: rgb(36,101,167); }
div.DivClassName
{
background-color: #2465A7;
}
.BgClassName
{
background-color: #2465A7;
}
</style>
border-color css
<style>
span { border-color: #2465A7; }
span { border-color: rgb(36,101,167); }
td.TdClassName
{
border-color: #2465A7;
}
.TagClassName
{
border-color: #2465A7;
}
</style>