Shades of Lochmara #236FA1
Tints of Lochmara #236FA1
RGB
CMYK
RGB Variations
Color information
#236FA1 (or 0x236FA1) is known color: Lochmara. HEX triplet: 23, 6F and A1. RGB value is (35,111,161). Sum of RGB (Red+Green+Blue) = 35+111+161=307 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.40% from 307); Green value is 111 (43.75% from 255 or 36.16% from 307); Blue value is 161 (63.28% from 255 or 52.44% from 307); Max value from RGB is 161 - color contains mainly: blue. Hex color #236FA1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #236FA1 is #DC905E. Grayscale: #5D5D5D. Windows color (decimal): -14454879 or 10579747. OLE color: 10579747.
HSL color Cylindrical-coordinate representation of color #236FA1: hue angle of 203.81º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #236FA1 is Cyan = 0.78, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 35 | 111 | 161 | - |
| CMYK | 0.78 | 0.31 | 0 | 0.37 |
| HSL | 203.81º | 0.64% | 0.38% | - |
| HSV(B) | 203.81º | 0.78% | 0.63% | - |
| XYZ | 12.81 | 14.3 | 35.8 | - |
| YUV | 93.98 | 165.82 | 85.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 111 | 161 | 0.78 | 0.31 | 0 | 0.37 | 203.81 | 0.64 | 0.38 |
| Hex | 23 | 6F | A1 | 4E | 1F | 0 | 25 | CC | 40 | 26 |
| Octal | 43 | 157 | 241 | 116 | 37 | 0 | 45 | 314 | 100 | 46 |
| Binary | 100011 | 1101111 | 10100001 | 1001110 | 11111 | 0 | 100101 | 11001100 | 1000000 | 100110 |
Color Harmonies of #236FA1
Complementary color
Monochromatic Colors of #236FA1
Black with #236FA1
Text Example
Text Example
White with #236FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #236FA1; }
p { color: rgb(35,111,161); }
H1.HeaderClassName
{
color: #236FA1;
}
.AnyTagClassName
{
color: #236FA1;
}
</style>
background-color css
<style>
a { background-color: #236FA1; }
a { background-color: rgb(35,111,161); }
div.DivClassName
{
background-color: #236FA1;
}
.BgClassName
{
background-color: #236FA1;
}
</style>
border-color css
<style>
span { border-color: #236FA1; }
span { border-color: rgb(35,111,161); }
td.TdClassName
{
border-color: #236FA1;
}
.TagClassName
{
border-color: #236FA1;
}
</style>