Shades of Lochmara #23719F
Tints of Lochmara #23719F
RGB
CMYK
RGB Variations
Color information
#23719F (or 0x23719F) is known color: Lochmara. HEX triplet: 23, 71 and 9F. RGB value is (35,113,159). Sum of RGB (Red+Green+Blue) = 35+113+159=307 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.40% from 307); Green value is 113 (44.53% from 255 or 36.81% from 307); Blue value is 159 (62.5% from 255 or 51.79% from 307); Max value from RGB is 159 - color contains mainly: blue. Hex color #23719F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #23719F is #DC8E60. Grayscale: #5E5E5E. Windows color (decimal): -14454369 or 10449187. OLE color: 10449187.
HSL color Cylindrical-coordinate representation of color #23719F: hue angle of 202.26º 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 #23719F is Cyan = 0.78, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 35 | 113 | 159 | - |
| CMYK | 0.78 | 0.29 | 0 | 0.38 |
| HSL | 202.26º | 0.64% | 0.38% | - |
| HSV(B) | 202.26º | 0.78% | 0.62% | - |
| XYZ | 12.86 | 14.67 | 34.96 | - |
| YUV | 94.92 | 164.16 | 85.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 113 | 159 | 0.78 | 0.29 | 0 | 0.38 | 202.26 | 0.64 | 0.38 |
| Hex | 23 | 71 | 9F | 4E | 1D | 0 | 26 | CA | 40 | 26 |
| Octal | 43 | 161 | 237 | 116 | 35 | 0 | 46 | 312 | 100 | 46 |
| Binary | 100011 | 1110001 | 10011111 | 1001110 | 11101 | 0 | 100110 | 11001010 | 1000000 | 100110 |
Color Harmonies of #23719F
Complementary color
Monochromatic Colors of #23719F
Black with #23719F
Text Example
Text Example
White with #23719F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23719F; }
p { color: rgb(35,113,159); }
H1.HeaderClassName
{
color: #23719F;
}
.AnyTagClassName
{
color: #23719F;
}
</style>
background-color css
<style>
a { background-color: #23719F; }
a { background-color: rgb(35,113,159); }
div.DivClassName
{
background-color: #23719F;
}
.BgClassName
{
background-color: #23719F;
}
</style>
border-color css
<style>
span { border-color: #23719F; }
span { border-color: rgb(35,113,159); }
td.TdClassName
{
border-color: #23719F;
}
.TagClassName
{
border-color: #23719F;
}
</style>