Shades of Lochmara #23759E
Tints of Lochmara #23759E
RGB
CMYK
RGB Variations
Color information
#23759E (or 0x23759E) is known color: Lochmara. HEX triplet: 23, 75 and 9E. RGB value is (35,117,158). Sum of RGB (Red+Green+Blue) = 35+117+158=310 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.29% from 310); Green value is 117 (46.09% from 255 or 37.74% from 310); Blue value is 158 (62.11% from 255 or 50.97% from 310); Max value from RGB is 158 - color contains mainly: blue. Hex color #23759E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #23759E is #DC8A61. Grayscale: #606060. Windows color (decimal): -14453346 or 10384675. OLE color: 10384675.
HSL color Cylindrical-coordinate representation of color #23759E: hue angle of 200º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #23759E is Cyan = 0.78, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 35 | 117 | 158 | - |
| CMYK | 0.78 | 0.26 | 0 | 0.38 |
| HSL | 200º | 0.64% | 0.38% | - |
| HSV(B) | 200º | 0.78% | 0.62% | - |
| XYZ | 13.23 | 15.55 | 34.65 | - |
| YUV | 97.16 | 162.33 | 83.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 117 | 158 | 0.78 | 0.26 | 0 | 0.38 | 200 | 0.64 | 0.38 |
| Hex | 23 | 75 | 9E | 4E | 1A | 0 | 26 | C8 | 40 | 26 |
| Octal | 43 | 165 | 236 | 116 | 32 | 0 | 46 | 310 | 100 | 46 |
| Binary | 100011 | 1110101 | 10011110 | 1001110 | 11010 | 0 | 100110 | 11001000 | 1000000 | 100110 |
Color Harmonies of #23759E
Complementary color
Monochromatic Colors of #23759E
Black with #23759E
Text Example
Text Example
White with #23759E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23759E; }
p { color: rgb(35,117,158); }
H1.HeaderClassName
{
color: #23759E;
}
.AnyTagClassName
{
color: #23759E;
}
</style>
background-color css
<style>
a { background-color: #23759E; }
a { background-color: rgb(35,117,158); }
div.DivClassName
{
background-color: #23759E;
}
.BgClassName
{
background-color: #23759E;
}
</style>
border-color css
<style>
span { border-color: #23759E; }
span { border-color: rgb(35,117,158); }
td.TdClassName
{
border-color: #23759E;
}
.TagClassName
{
border-color: #23759E;
}
</style>