Shades of Lochmara #23729B
Tints of Lochmara #23729B
RGB
CMYK
RGB Variations
Color information
#23729B (or 0x23729B) is known color: Lochmara. HEX triplet: 23, 72 and 9B. RGB value is (35,114,155). Sum of RGB (Red+Green+Blue) = 35+114+155=304 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.51% from 304); Green value is 114 (44.92% from 255 or 37.5% from 304); Blue value is 155 (60.94% from 255 or 50.99% from 304); Max value from RGB is 155 - color contains mainly: blue. Hex color #23729B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #23729B is #DC8D64. Grayscale: #5E5E5E. Windows color (decimal): -14454117 or 10187299. OLE color: 10187299.
HSL color Cylindrical-coordinate representation of color #23729B: hue angle of 200.5º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #23729B is Cyan = 0.77, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 35 | 114 | 155 | - |
| CMYK | 0.77 | 0.26 | 0 | 0.39 |
| HSL | 200.5º | 0.63% | 0.37% | - |
| HSV(B) | 200.5º | 0.77% | 0.61% | - |
| XYZ | 12.63 | 14.76 | 33.19 | - |
| YUV | 95.05 | 161.83 | 85.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 114 | 155 | 0.77 | 0.26 | 0 | 0.39 | 200.5 | 0.63 | 0.37 |
| Hex | 23 | 72 | 9B | 4D | 1A | 0 | 27 | C8 | 3F | 25 |
| Octal | 43 | 162 | 233 | 115 | 32 | 0 | 47 | 310 | 77 | 45 |
| Binary | 100011 | 1110010 | 10011011 | 1001101 | 11010 | 0 | 100111 | 11001000 | 111111 | 100101 |
Color Harmonies of #23729B
Complementary color
Monochromatic Colors of #23729B
Black with #23729B
Text Example
Text Example
White with #23729B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23729B; }
p { color: rgb(35,114,155); }
H1.HeaderClassName
{
color: #23729B;
}
.AnyTagClassName
{
color: #23729B;
}
</style>
background-color css
<style>
a { background-color: #23729B; }
a { background-color: rgb(35,114,155); }
div.DivClassName
{
background-color: #23729B;
}
.BgClassName
{
background-color: #23729B;
}
</style>
border-color css
<style>
span { border-color: #23729B; }
span { border-color: rgb(35,114,155); }
td.TdClassName
{
border-color: #23729B;
}
.TagClassName
{
border-color: #23729B;
}
</style>