Shades of Lochmara #236C9B
Tints of Lochmara #236C9B
RGB
CMYK
RGB Variations
Color information
#236C9B (or 0x236C9B) is known color: Lochmara. HEX triplet: 23, 6C and 9B. RGB value is (35,108,155). Sum of RGB (Red+Green+Blue) = 35+108+155=298 (39% of max value = 765). Red value is 35 (14.06% from 255 or 11.74% from 298); Green value is 108 (42.58% from 255 or 36.24% from 298); Blue value is 155 (60.94% from 255 or 52.01% from 298); Max value from RGB is 155 - color contains mainly: blue. Hex color #236C9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #236C9B is #DC9364. Grayscale: #5B5B5B. Windows color (decimal): -14455653 or 10185763. OLE color: 10185763.
HSL color Cylindrical-coordinate representation of color #236C9B: hue angle of 203.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 #236C9B is Cyan = 0.77, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 35 | 108 | 155 | - |
| CMYK | 0.77 | 0.30 | 0 | 0.39 |
| HSL | 203.5º | 0.63% | 0.37% | - |
| HSV(B) | 203.5º | 0.77% | 0.61% | - |
| XYZ | 11.97 | 13.45 | 32.98 | - |
| YUV | 91.53 | 163.82 | 87.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 108 | 155 | 0.77 | 0.30 | 0 | 0.39 | 203.5 | 0.63 | 0.37 |
| Hex | 23 | 6C | 9B | 4D | 1E | 0 | 27 | CC | 3F | 25 |
| Octal | 43 | 154 | 233 | 115 | 36 | 0 | 47 | 314 | 77 | 45 |
| Binary | 100011 | 1101100 | 10011011 | 1001101 | 11110 | 0 | 100111 | 11001100 | 111111 | 100101 |
Color Harmonies of #236C9B
Complementary color
Monochromatic Colors of #236C9B
Black with #236C9B
Text Example
Text Example
White with #236C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #236C9B; }
p { color: rgb(35,108,155); }
H1.HeaderClassName
{
color: #236C9B;
}
.AnyTagClassName
{
color: #236C9B;
}
</style>
background-color css
<style>
a { background-color: #236C9B; }
a { background-color: rgb(35,108,155); }
div.DivClassName
{
background-color: #236C9B;
}
.BgClassName
{
background-color: #236C9B;
}
</style>
border-color css
<style>
span { border-color: #236C9B; }
span { border-color: rgb(35,108,155); }
td.TdClassName
{
border-color: #236C9B;
}
.TagClassName
{
border-color: #236C9B;
}
</style>