Shades of Lochmara #236C99
Tints of Lochmara #236C99
RGB
CMYK
RGB Variations
Color information
#236C99 (or 0x236C99) is known color: Lochmara. HEX triplet: 23, 6C and 99. RGB value is (35,108,153). Sum of RGB (Red+Green+Blue) = 35+108+153=296 (39% of max value = 765). Red value is 35 (14.06% from 255 or 11.82% from 296); Green value is 108 (42.58% from 255 or 36.49% from 296); Blue value is 153 (60.16% from 255 or 51.69% from 296); Max value from RGB is 153 - color contains mainly: blue. Hex color #236C99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #236C99 is #DC9366. Grayscale: #5B5B5B. Windows color (decimal): -14455655 or 10054691. OLE color: 10054691.
HSL color Cylindrical-coordinate representation of color #236C99: hue angle of 202.88º 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 #236C99 is Cyan = 0.77, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 35 | 108 | 153 | - |
| CMYK | 0.77 | 0.29 | 0 | 0.4 |
| HSL | 202.88º | 0.63% | 0.37% | - |
| HSV(B) | 202.88º | 0.77% | 0.6% | - |
| XYZ | 11.81 | 13.38 | 32.1 | - |
| YUV | 91.3 | 162.82 | 87.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 108 | 153 | 0.77 | 0.29 | 0 | 0.4 | 202.88 | 0.63 | 0.37 |
| Hex | 23 | 6C | 99 | 4D | 1D | 0 | 28 | CB | 3F | 25 |
| Octal | 43 | 154 | 231 | 115 | 35 | 0 | 50 | 313 | 77 | 45 |
| Binary | 100011 | 1101100 | 10011001 | 1001101 | 11101 | 0 | 101000 | 11001011 | 111111 | 100101 |
Color Harmonies of #236C99
Complementary color
Monochromatic Colors of #236C99
Black with #236C99
Text Example
Text Example
White with #236C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #236C99; }
p { color: rgb(35,108,153); }
H1.HeaderClassName
{
color: #236C99;
}
.AnyTagClassName
{
color: #236C99;
}
</style>
background-color css
<style>
a { background-color: #236C99; }
a { background-color: rgb(35,108,153); }
div.DivClassName
{
background-color: #236C99;
}
.BgClassName
{
background-color: #236C99;
}
</style>
border-color css
<style>
span { border-color: #236C99; }
span { border-color: rgb(35,108,153); }
td.TdClassName
{
border-color: #236C99;
}
.TagClassName
{
border-color: #236C99;
}
</style>