Shades of Lochmara #235FA3
Tints of Lochmara #235FA3
RGB
CMYK
RGB Variations
Color information
#235FA3 (or 0x235FA3) is known color: Lochmara. HEX triplet: 23, 5F and A3. RGB value is (35,95,163). Sum of RGB (Red+Green+Blue) = 35+95+163=293 (38% of max value = 765). Red value is 35 (14.06% from 255 or 11.95% from 293); Green value is 95 (37.5% from 255 or 32.42% from 293); Blue value is 163 (64.06% from 255 or 55.63% from 293); Max value from RGB is 163 - color contains mainly: blue. Hex color #235FA3 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #235FA3 is #DCA05C. Grayscale: #545454. Windows color (decimal): -14458973 or 10706723. OLE color: 10706723.
HSL color Cylindrical-coordinate representation of color #235FA3: hue angle of 211.88º degrees, saturation: 0.65, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #235FA3 is Cyan = 0.79, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 35 | 95 | 163 | - |
| CMYK | 0.79 | 0.42 | 0 | 0.36 |
| HSL | 211.88º | 0.65% | 0.39% | - |
| HSV(B) | 211.88º | 0.79% | 0.64% | - |
| XYZ | 11.4 | 11.19 | 36.21 | - |
| YUV | 84.81 | 172.12 | 92.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 95 | 163 | 0.79 | 0.42 | 0 | 0.36 | 211.88 | 0.65 | 0.39 |
| Hex | 23 | 5F | A3 | 4F | 2A | 0 | 24 | D4 | 41 | 27 |
| Octal | 43 | 137 | 243 | 117 | 52 | 0 | 44 | 324 | 101 | 47 |
| Binary | 100011 | 1011111 | 10100011 | 1001111 | 101010 | 0 | 100100 | 11010100 | 1000001 | 100111 |
Color Harmonies of #235FA3
Complementary color
Monochromatic Colors of #235FA3
Black with #235FA3
Text Example
Text Example
White with #235FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #235FA3; }
p { color: rgb(35,95,163); }
H1.HeaderClassName
{
color: #235FA3;
}
.AnyTagClassName
{
color: #235FA3;
}
</style>
background-color css
<style>
a { background-color: #235FA3; }
a { background-color: rgb(35,95,163); }
div.DivClassName
{
background-color: #235FA3;
}
.BgClassName
{
background-color: #235FA3;
}
</style>
border-color css
<style>
span { border-color: #235FA3; }
span { border-color: rgb(35,95,163); }
td.TdClassName
{
border-color: #235FA3;
}
.TagClassName
{
border-color: #235FA3;
}
</style>