Shades of Lochmara #236C93
Tints of Lochmara #236C93
RGB
CMYK
RGB Variations
Color information
#236C93 (or 0x236C93) is known color: Lochmara. HEX triplet: 23, 6C and 93. RGB value is (35,108,147). Sum of RGB (Red+Green+Blue) = 35+108+147=290 (38% of max value = 765). Red value is 35 (14.06% from 255 or 12.07% from 290); Green value is 108 (42.58% from 255 or 37.24% from 290); Blue value is 147 (57.81% from 255 or 50.69% from 290); Max value from RGB is 147 - color contains mainly: blue. Hex color #236C93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #236C93 is #DC936C. Grayscale: #5A5A5A. Windows color (decimal): -14455661 or 9661475. OLE color: 9661475.
HSL color Cylindrical-coordinate representation of color #236C93: hue angle of 200.89º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #236C93 is Cyan = 0.76, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 35 | 108 | 147 | - |
| CMYK | 0.76 | 0.27 | 0 | 0.42 |
| HSL | 200.89º | 0.62% | 0.36% | - |
| HSV(B) | 200.89º | 0.76% | 0.58% | - |
| XYZ | 11.32 | 13.19 | 29.55 | - |
| YUV | 90.62 | 159.82 | 88.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 108 | 147 | 0.76 | 0.27 | 0 | 0.42 | 200.89 | 0.62 | 0.36 |
| Hex | 23 | 6C | 93 | 4C | 1B | 0 | 2A | C9 | 3E | 24 |
| Octal | 43 | 154 | 223 | 114 | 33 | 0 | 52 | 311 | 76 | 44 |
| Binary | 100011 | 1101100 | 10010011 | 1001100 | 11011 | 0 | 101010 | 11001001 | 111110 | 100100 |
Color Harmonies of #236C93
Complementary color
Monochromatic Colors of #236C93
Black with #236C93
Text Example
Text Example
White with #236C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #236C93; }
p { color: rgb(35,108,147); }
H1.HeaderClassName
{
color: #236C93;
}
.AnyTagClassName
{
color: #236C93;
}
</style>
background-color css
<style>
a { background-color: #236C93; }
a { background-color: rgb(35,108,147); }
div.DivClassName
{
background-color: #236C93;
}
.BgClassName
{
background-color: #236C93;
}
</style>
border-color css
<style>
span { border-color: #236C93; }
span { border-color: rgb(35,108,147); }
td.TdClassName
{
border-color: #236C93;
}
.TagClassName
{
border-color: #236C93;
}
</style>