Shades of Lochmara #236C9E
Tints of Lochmara #236C9E
RGB
CMYK
RGB Variations
Color information
#236C9E (or 0x236C9E) is known color: Lochmara. HEX triplet: 23, 6C and 9E. RGB value is (35,108,158). Sum of RGB (Red+Green+Blue) = 35+108+158=301 (39% of max value = 765). Red value is 35 (14.06% from 255 or 11.63% from 301); Green value is 108 (42.58% from 255 or 35.88% from 301); Blue value is 158 (62.11% from 255 or 52.49% from 301); Max value from RGB is 158 - color contains mainly: blue. Hex color #236C9E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #236C9E is #DC9361. Grayscale: #5B5B5B. Windows color (decimal): -14455650 or 10382371. OLE color: 10382371.
HSL color Cylindrical-coordinate representation of color #236C9E: hue angle of 204.39º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #236C9E is Cyan = 0.78, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 35 | 108 | 158 | - |
| CMYK | 0.78 | 0.32 | 0 | 0.38 |
| HSL | 204.39º | 0.64% | 0.38% | - |
| HSV(B) | 204.39º | 0.78% | 0.62% | - |
| XYZ | 12.23 | 13.55 | 34.32 | - |
| YUV | 91.87 | 165.32 | 87.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 108 | 158 | 0.78 | 0.32 | 0 | 0.38 | 204.39 | 0.64 | 0.38 |
| Hex | 23 | 6C | 9E | 4E | 20 | 0 | 26 | CC | 40 | 26 |
| Octal | 43 | 154 | 236 | 116 | 40 | 0 | 46 | 314 | 100 | 46 |
| Binary | 100011 | 1101100 | 10011110 | 1001110 | 100000 | 0 | 100110 | 11001100 | 1000000 | 100110 |
Color Harmonies of #236C9E
Complementary color
Monochromatic Colors of #236C9E
Black with #236C9E
Text Example
Text Example
White with #236C9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #236C9E; }
p { color: rgb(35,108,158); }
H1.HeaderClassName
{
color: #236C9E;
}
.AnyTagClassName
{
color: #236C9E;
}
</style>
background-color css
<style>
a { background-color: #236C9E; }
a { background-color: rgb(35,108,158); }
div.DivClassName
{
background-color: #236C9E;
}
.BgClassName
{
background-color: #236C9E;
}
</style>
border-color css
<style>
span { border-color: #236C9E; }
span { border-color: rgb(35,108,158); }
td.TdClassName
{
border-color: #236C9E;
}
.TagClassName
{
border-color: #236C9E;
}
</style>