Shades of Lochmara #23719A
Tints of Lochmara #23719A
RGB
CMYK
RGB Variations
Color information
#23719A (or 0x23719A) is known color: Lochmara. HEX triplet: 23, 71 and 9A. RGB value is (35,113,154). Sum of RGB (Red+Green+Blue) = 35+113+154=302 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.59% from 302); Green value is 113 (44.53% from 255 or 37.42% from 302); Blue value is 154 (60.55% from 255 or 50.99% from 302); Max value from RGB is 154 - color contains mainly: blue. Hex color #23719A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #23719A is #DC8E65. Grayscale: #5E5E5E. Windows color (decimal): -14454374 or 10121507. OLE color: 10121507.
HSL color Cylindrical-coordinate representation of color #23719A: hue angle of 200.67º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #23719A is Cyan = 0.77, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 35 | 113 | 154 | - |
| CMYK | 0.77 | 0.27 | 0 | 0.40 |
| HSL | 200.67º | 0.63% | 0.37% | - |
| HSV(B) | 200.67º | 0.77% | 0.6% | - |
| XYZ | 12.43 | 14.5 | 32.72 | - |
| YUV | 94.35 | 161.66 | 85.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 113 | 154 | 0.77 | 0.27 | 0 | 0.40 | 200.67 | 0.63 | 0.37 |
| Hex | 23 | 71 | 9A | 4D | 1B | 0 | 28 | C9 | 3F | 25 |
| Octal | 43 | 161 | 232 | 115 | 33 | 0 | 50 | 311 | 77 | 45 |
| Binary | 100011 | 1110001 | 10011010 | 1001101 | 11011 | 0 | 101000 | 11001001 | 111111 | 100101 |
Color Harmonies of #23719A
Complementary color
Monochromatic Colors of #23719A
Black with #23719A
Text Example
Text Example
White with #23719A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23719A; }
p { color: rgb(35,113,154); }
H1.HeaderClassName
{
color: #23719A;
}
.AnyTagClassName
{
color: #23719A;
}
</style>
background-color css
<style>
a { background-color: #23719A; }
a { background-color: rgb(35,113,154); }
div.DivClassName
{
background-color: #23719A;
}
.BgClassName
{
background-color: #23719A;
}
</style>
border-color css
<style>
span { border-color: #23719A; }
span { border-color: rgb(35,113,154); }
td.TdClassName
{
border-color: #23719A;
}
.TagClassName
{
border-color: #23719A;
}
</style>