Shades of Lochmara #236C96
Tints of Lochmara #236C96
RGB
CMYK
RGB Variations
Color information
#236C96 (or 0x236C96) is known color: Lochmara. HEX triplet: 23, 6C and 96. RGB value is (35,108,150). Sum of RGB (Red+Green+Blue) = 35+108+150=293 (38% of max value = 765). Red value is 35 (14.06% from 255 or 11.95% from 293); Green value is 108 (42.58% from 255 or 36.86% from 293); Blue value is 150 (58.98% from 255 or 51.19% from 293); Max value from RGB is 150 - color contains mainly: blue. Hex color #236C96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #236C96 is #DC9369. Grayscale: #5A5A5A. Windows color (decimal): -14455658 or 9858083. OLE color: 9858083.
HSL color Cylindrical-coordinate representation of color #236C96: hue angle of 201.91º 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 #236C96 is Cyan = 0.77, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 35 | 108 | 150 | - |
| CMYK | 0.77 | 0.28 | 0 | 0.41 |
| HSL | 201.91º | 0.62% | 0.36% | - |
| HSV(B) | 201.91º | 0.77% | 0.59% | - |
| XYZ | 11.56 | 13.28 | 30.81 | - |
| YUV | 90.96 | 161.32 | 88.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 108 | 150 | 0.77 | 0.28 | 0 | 0.41 | 201.91 | 0.62 | 0.36 |
| Hex | 23 | 6C | 96 | 4D | 1C | 0 | 29 | CA | 3E | 24 |
| Octal | 43 | 154 | 226 | 115 | 34 | 0 | 51 | 312 | 76 | 44 |
| Binary | 100011 | 1101100 | 10010110 | 1001101 | 11100 | 0 | 101001 | 11001010 | 111110 | 100100 |
Color Harmonies of #236C96
Complementary color
Monochromatic Colors of #236C96
Black with #236C96
Text Example
Text Example
White with #236C96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #236C96; }
p { color: rgb(35,108,150); }
H1.HeaderClassName
{
color: #236C96;
}
.AnyTagClassName
{
color: #236C96;
}
</style>
background-color css
<style>
a { background-color: #236C96; }
a { background-color: rgb(35,108,150); }
div.DivClassName
{
background-color: #236C96;
}
.BgClassName
{
background-color: #236C96;
}
</style>
border-color css
<style>
span { border-color: #236C96; }
span { border-color: rgb(35,108,150); }
td.TdClassName
{
border-color: #236C96;
}
.TagClassName
{
border-color: #236C96;
}
</style>