Shades of Lochmara #236C92
Tints of Lochmara #236C92
RGB
CMYK
RGB Variations
Color information
#236C92 (or 0x236C92) is known color: Lochmara. HEX triplet: 23, 6C and 92. RGB value is (35,108,146). Sum of RGB (Red+Green+Blue) = 35+108+146=289 (38% of max value = 765). Red value is 35 (14.06% from 255 or 12.11% from 289); Green value is 108 (42.58% from 255 or 37.37% from 289); Blue value is 146 (57.42% from 255 or 50.52% from 289); Max value from RGB is 146 - color contains mainly: blue. Hex color #236C92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #236C92 is #DC936D. Grayscale: #5A5A5A. Windows color (decimal): -14455662 or 9595939. OLE color: 9595939.
HSL color Cylindrical-coordinate representation of color #236C92: hue angle of 200.54º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #236C92 is Cyan = 0.76, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 35 | 108 | 146 | - |
| CMYK | 0.76 | 0.26 | 0 | 0.43 |
| HSL | 200.54º | 0.61% | 0.35% | - |
| HSV(B) | 200.54º | 0.76% | 0.57% | - |
| XYZ | 11.24 | 13.16 | 29.14 | - |
| YUV | 90.51 | 159.32 | 88.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 108 | 146 | 0.76 | 0.26 | 0 | 0.43 | 200.54 | 0.61 | 0.35 |
| Hex | 23 | 6C | 92 | 4C | 1A | 0 | 2B | C9 | 3D | 23 |
| Octal | 43 | 154 | 222 | 114 | 32 | 0 | 53 | 311 | 75 | 43 |
| Binary | 100011 | 1101100 | 10010010 | 1001100 | 11010 | 0 | 101011 | 11001001 | 111101 | 100011 |
Color Harmonies of #236C92
Complementary color
Monochromatic Colors of #236C92
Black with #236C92
Text Example
Text Example
White with #236C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #236C92; }
p { color: rgb(35,108,146); }
H1.HeaderClassName
{
color: #236C92;
}
.AnyTagClassName
{
color: #236C92;
}
</style>
background-color css
<style>
a { background-color: #236C92; }
a { background-color: rgb(35,108,146); }
div.DivClassName
{
background-color: #236C92;
}
.BgClassName
{
background-color: #236C92;
}
</style>
border-color css
<style>
span { border-color: #236C92; }
span { border-color: rgb(35,108,146); }
td.TdClassName
{
border-color: #236C92;
}
.TagClassName
{
border-color: #236C92;
}
</style>