Shades of Lochmara #236FA8
Tints of Lochmara #236FA8
RGB
CMYK
RGB Variations
Color information
#236FA8 (or 0x236FA8) is known color: Lochmara. HEX triplet: 23, 6F and A8. RGB value is (35,111,168). Sum of RGB (Red+Green+Blue) = 35+111+168=314 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.15% from 314); Green value is 111 (43.75% from 255 or 35.35% from 314); Blue value is 168 (66.02% from 255 or 53.50% from 314); Max value from RGB is 168 - color contains mainly: blue. Hex color #236FA8 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #236FA8 is #DC9057. Grayscale: #5E5E5E. Windows color (decimal): -14454872 or 11038499. OLE color: 11038499.
HSL color Cylindrical-coordinate representation of color #236FA8: hue angle of 205.71º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #236FA8 is Cyan = 0.79, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 35 | 111 | 168 | - |
| CMYK | 0.79 | 0.34 | 0 | 0.34 |
| HSL | 205.71º | 0.66% | 0.4% | - |
| HSV(B) | 205.71º | 0.79% | 0.66% | - |
| XYZ | 13.45 | 14.55 | 39.15 | - |
| YUV | 94.77 | 169.32 | 85.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 111 | 168 | 0.79 | 0.34 | 0 | 0.34 | 205.71 | 0.66 | 0.4 |
| Hex | 23 | 6F | A8 | 4F | 22 | 0 | 22 | CE | 42 | 28 |
| Octal | 43 | 157 | 250 | 117 | 42 | 0 | 42 | 316 | 102 | 50 |
| Binary | 100011 | 1101111 | 10101000 | 1001111 | 100010 | 0 | 100010 | 11001110 | 1000010 | 101000 |
Color Harmonies of #236FA8
Complementary color
Monochromatic Colors of #236FA8
Black with #236FA8
Text Example
Text Example
White with #236FA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #236FA8; }
p { color: rgb(35,111,168); }
H1.HeaderClassName
{
color: #236FA8;
}
.AnyTagClassName
{
color: #236FA8;
}
</style>
background-color css
<style>
a { background-color: #236FA8; }
a { background-color: rgb(35,111,168); }
div.DivClassName
{
background-color: #236FA8;
}
.BgClassName
{
background-color: #236FA8;
}
</style>
border-color css
<style>
span { border-color: #236FA8; }
span { border-color: rgb(35,111,168); }
td.TdClassName
{
border-color: #236FA8;
}
.TagClassName
{
border-color: #236FA8;
}
</style>