Shades of Lochmara #246F9F
Tints of Lochmara #246F9F
RGB
CMYK
RGB Variations
Color information
#246F9F (or 0x246F9F) is known color: Lochmara. HEX triplet: 24, 6F and 9F. RGB value is (36,111,159). Sum of RGB (Red+Green+Blue) = 36+111+159=306 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.76% from 306); Green value is 111 (43.75% from 255 or 36.27% from 306); Blue value is 159 (62.5% from 255 or 51.96% from 306); Max value from RGB is 159 - color contains mainly: blue. Hex color #246F9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #246F9F is #DB9060. Grayscale: #5D5D5D. Windows color (decimal): -14389345 or 10448676. OLE color: 10448676.
HSL color Cylindrical-coordinate representation of color #246F9F: hue angle of 203.41º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #246F9F is Cyan = 0.77, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 36 | 111 | 159 | - |
| CMYK | 0.77 | 0.30 | 0 | 0.38 |
| HSL | 203.41º | 0.63% | 0.38% | - |
| HSV(B) | 203.41º | 0.77% | 0.62% | - |
| XYZ | 12.67 | 14.25 | 34.88 | - |
| YUV | 94.05 | 164.65 | 86.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 111 | 159 | 0.77 | 0.30 | 0 | 0.38 | 203.41 | 0.63 | 0.38 |
| Hex | 24 | 6F | 9F | 4D | 1E | 0 | 26 | CB | 3F | 26 |
| Octal | 44 | 157 | 237 | 115 | 36 | 0 | 46 | 313 | 77 | 46 |
| Binary | 100100 | 1101111 | 10011111 | 1001101 | 11110 | 0 | 100110 | 11001011 | 111111 | 100110 |
Color Harmonies of #246F9F
Complementary color
Monochromatic Colors of #246F9F
Black with #246F9F
Text Example
Text Example
White with #246F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #246F9F; }
p { color: rgb(36,111,159); }
H1.HeaderClassName
{
color: #246F9F;
}
.AnyTagClassName
{
color: #246F9F;
}
</style>
background-color css
<style>
a { background-color: #246F9F; }
a { background-color: rgb(36,111,159); }
div.DivClassName
{
background-color: #246F9F;
}
.BgClassName
{
background-color: #246F9F;
}
</style>
border-color css
<style>
span { border-color: #246F9F; }
span { border-color: rgb(36,111,159); }
td.TdClassName
{
border-color: #246F9F;
}
.TagClassName
{
border-color: #246F9F;
}
</style>