Shades of Lochmara #236C9C
Tints of Lochmara #236C9C
RGB
CMYK
RGB Variations
Color information
#236C9C (or 0x236C9C) is known color: Lochmara. HEX triplet: 23, 6C and 9C. RGB value is (35,108,156). Sum of RGB (Red+Green+Blue) = 35+108+156=299 (39% of max value = 765). Red value is 35 (14.06% from 255 or 11.71% from 299); Green value is 108 (42.58% from 255 or 36.12% from 299); Blue value is 156 (61.33% from 255 or 52.17% from 299); Max value from RGB is 156 - color contains mainly: blue. Hex color #236C9C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #236C9C is #DC9363. Grayscale: #5B5B5B. Windows color (decimal): -14455652 or 10251299. OLE color: 10251299.
HSL color Cylindrical-coordinate representation of color #236C9C: hue angle of 203.8º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #236C9C is Cyan = 0.78, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 35 | 108 | 156 | - |
| CMYK | 0.78 | 0.31 | 0 | 0.39 |
| HSL | 203.8º | 0.63% | 0.37% | - |
| HSV(B) | 203.8º | 0.78% | 0.61% | - |
| XYZ | 12.06 | 13.48 | 33.42 | - |
| YUV | 91.65 | 164.32 | 87.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 108 | 156 | 0.78 | 0.31 | 0 | 0.39 | 203.8 | 0.63 | 0.37 |
| Hex | 23 | 6C | 9C | 4E | 1F | 0 | 27 | CC | 3F | 25 |
| Octal | 43 | 154 | 234 | 116 | 37 | 0 | 47 | 314 | 77 | 45 |
| Binary | 100011 | 1101100 | 10011100 | 1001110 | 11111 | 0 | 100111 | 11001100 | 111111 | 100101 |
Color Harmonies of #236C9C
Complementary color
Monochromatic Colors of #236C9C
Black with #236C9C
Text Example
Text Example
White with #236C9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #236C9C; }
p { color: rgb(35,108,156); }
H1.HeaderClassName
{
color: #236C9C;
}
.AnyTagClassName
{
color: #236C9C;
}
</style>
background-color css
<style>
a { background-color: #236C9C; }
a { background-color: rgb(35,108,156); }
div.DivClassName
{
background-color: #236C9C;
}
.BgClassName
{
background-color: #236C9C;
}
</style>
border-color css
<style>
span { border-color: #236C9C; }
span { border-color: rgb(35,108,156); }
td.TdClassName
{
border-color: #236C9C;
}
.TagClassName
{
border-color: #236C9C;
}
</style>