Shades of Lochmara #23729A
Tints of Lochmara #23729A
RGB
CMYK
RGB Variations
Color information
#23729A (or 0x23729A) is known color: Lochmara. HEX triplet: 23, 72 and 9A. RGB value is (35,114,154). Sum of RGB (Red+Green+Blue) = 35+114+154=303 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.55% from 303); Green value is 114 (44.92% from 255 or 37.62% from 303); Blue value is 154 (60.55% from 255 or 50.83% from 303); Max value from RGB is 154 - color contains mainly: blue. Hex color #23729A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #23729A is #DC8D65. Grayscale: #5E5E5E. Windows color (decimal): -14454118 or 10121763. OLE color: 10121763.
HSL color Cylindrical-coordinate representation of color #23729A: hue angle of 200.17º 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 #23729A is Cyan = 0.77, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 35 | 114 | 154 | - |
| CMYK | 0.77 | 0.26 | 0 | 0.40 |
| HSL | 200.17º | 0.63% | 0.37% | - |
| HSV(B) | 200.17º | 0.77% | 0.6% | - |
| XYZ | 12.54 | 14.73 | 32.75 | - |
| YUV | 94.94 | 161.33 | 85.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 114 | 154 | 0.77 | 0.26 | 0 | 0.40 | 200.17 | 0.63 | 0.37 |
| Hex | 23 | 72 | 9A | 4D | 1A | 0 | 28 | C8 | 3F | 25 |
| Octal | 43 | 162 | 232 | 115 | 32 | 0 | 50 | 310 | 77 | 45 |
| Binary | 100011 | 1110010 | 10011010 | 1001101 | 11010 | 0 | 101000 | 11001000 | 111111 | 100101 |
Color Harmonies of #23729A
Complementary color
Monochromatic Colors of #23729A
Black with #23729A
Text Example
Text Example
White with #23729A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23729A; }
p { color: rgb(35,114,154); }
H1.HeaderClassName
{
color: #23729A;
}
.AnyTagClassName
{
color: #23729A;
}
</style>
background-color css
<style>
a { background-color: #23729A; }
a { background-color: rgb(35,114,154); }
div.DivClassName
{
background-color: #23729A;
}
.BgClassName
{
background-color: #23729A;
}
</style>
border-color css
<style>
span { border-color: #23729A; }
span { border-color: rgb(35,114,154); }
td.TdClassName
{
border-color: #23729A;
}
.TagClassName
{
border-color: #23729A;
}
</style>