Shades of Lochmara #2463A4
Tints of Lochmara #2463A4
RGB
CMYK
RGB Variations
Color information
#2463A4 (or 0x2463A4) is known color: Lochmara. HEX triplet: 24, 63 and A4. RGB value is (36,99,164). Sum of RGB (Red+Green+Blue) = 36+99+164=299 (39% of max value = 765). Red value is 36 (14.45% from 255 or 12.04% from 299); Green value is 99 (39.06% from 255 or 33.11% from 299); Blue value is 164 (64.45% from 255 or 54.85% from 299); Max value from RGB is 164 - color contains mainly: blue. Hex color #2463A4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2463A4 is #DB9C5B. Grayscale: #575757. Windows color (decimal): -14392412 or 10773284. OLE color: 10773284.
HSL color Cylindrical-coordinate representation of color #2463A4: hue angle of 210.47º 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 #2463A4 is Cyan = 0.78, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 36 | 99 | 164 | - |
| CMYK | 0.78 | 0.40 | 0 | 0.36 |
| HSL | 210.47º | 0.64% | 0.39% | - |
| HSV(B) | 210.47º | 0.78% | 0.64% | - |
| XYZ | 11.89 | 11.98 | 36.81 | - |
| YUV | 87.57 | 171.13 | 91.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 99 | 164 | 0.78 | 0.40 | 0 | 0.36 | 210.47 | 0.64 | 0.39 |
| Hex | 24 | 63 | A4 | 4E | 28 | 0 | 24 | D2 | 40 | 27 |
| Octal | 44 | 143 | 244 | 116 | 50 | 0 | 44 | 322 | 100 | 47 |
| Binary | 100100 | 1100011 | 10100100 | 1001110 | 101000 | 0 | 100100 | 11010010 | 1000000 | 100111 |
Color Harmonies of #2463A4
Complementary color
Monochromatic Colors of #2463A4
Black with #2463A4
Text Example
Text Example
White with #2463A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2463A4; }
p { color: rgb(36,99,164); }
H1.HeaderClassName
{
color: #2463A4;
}
.AnyTagClassName
{
color: #2463A4;
}
</style>
background-color css
<style>
a { background-color: #2463A4; }
a { background-color: rgb(36,99,164); }
div.DivClassName
{
background-color: #2463A4;
}
.BgClassName
{
background-color: #2463A4;
}
</style>
border-color css
<style>
span { border-color: #2463A4; }
span { border-color: rgb(36,99,164); }
td.TdClassName
{
border-color: #2463A4;
}
.TagClassName
{
border-color: #2463A4;
}
</style>