Shades of Lochmara #236D96
Tints of Lochmara #236D96
RGB
CMYK
RGB Variations
Color information
#236D96 (or 0x236D96) is known color: Lochmara. HEX triplet: 23, 6D and 96. RGB value is (35,109,150). Sum of RGB (Red+Green+Blue) = 35+109+150=294 (38% of max value = 765). Red value is 35 (14.06% from 255 or 11.90% from 294); Green value is 109 (42.97% from 255 or 37.07% from 294); Blue value is 150 (58.98% from 255 or 51.02% from 294); Max value from RGB is 150 - color contains mainly: blue. Hex color #236D96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #236D96 is #DC9269. Grayscale: #5B5B5B. Windows color (decimal): -14455402 or 9858339. OLE color: 9858339.
HSL color Cylindrical-coordinate representation of color #236D96: hue angle of 201.39º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #236D96 is Cyan = 0.77, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 35 | 109 | 150 | - |
| CMYK | 0.77 | 0.27 | 0 | 0.41 |
| HSL | 201.39º | 0.62% | 0.36% | - |
| HSV(B) | 201.39º | 0.77% | 0.59% | - |
| XYZ | 11.67 | 13.5 | 30.84 | - |
| YUV | 91.55 | 160.98 | 87.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 109 | 150 | 0.77 | 0.27 | 0 | 0.41 | 201.39 | 0.62 | 0.36 |
| Hex | 23 | 6D | 96 | 4D | 1B | 0 | 29 | C9 | 3E | 24 |
| Octal | 43 | 155 | 226 | 115 | 33 | 0 | 51 | 311 | 76 | 44 |
| Binary | 100011 | 1101101 | 10010110 | 1001101 | 11011 | 0 | 101001 | 11001001 | 111110 | 100100 |
Color Harmonies of #236D96
Complementary color
Monochromatic Colors of #236D96
Black with #236D96
Text Example
Text Example
White with #236D96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #236D96; }
p { color: rgb(35,109,150); }
H1.HeaderClassName
{
color: #236D96;
}
.AnyTagClassName
{
color: #236D96;
}
</style>
background-color css
<style>
a { background-color: #236D96; }
a { background-color: rgb(35,109,150); }
div.DivClassName
{
background-color: #236D96;
}
.BgClassName
{
background-color: #236D96;
}
</style>
border-color css
<style>
span { border-color: #236D96; }
span { border-color: rgb(35,109,150); }
td.TdClassName
{
border-color: #236D96;
}
.TagClassName
{
border-color: #236D96;
}
</style>